about summary refs log tree commit diff
path: root/pkgs/by-name/sc
diff options
context:
space:
mode:
authorSimon Schoeters <b2282e9d-46e8-4ec4-946a-b6ad84078b1c@astil.be>2023-10-25 11:09:31 +0200
committerSimon Schoeters <b2282e9d-46e8-4ec4-946a-b6ad84078b1c@astil.be>2023-10-25 11:09:31 +0200
commitb7db60adcc1c3a93ab318a26b57fd3ab19f092ad (patch)
tree70cd2a5f3b85028a88bd2891a39692025f7cb3fc /pkgs/by-name/sc
parentcc298ebf7dfc1d3b33c13b60101449955d8346f1 (diff)
Remove unused dists binary post install
Diffstat (limited to 'pkgs/by-name/sc')
-rw-r--r--pkgs/by-name/sc/scalingo/package.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/by-name/sc/scalingo/package.nix b/pkgs/by-name/sc/scalingo/package.nix
index e5dc59a758fa5..3b5682846987f 100644
--- a/pkgs/by-name/sc/scalingo/package.nix
+++ b/pkgs/by-name/sc/scalingo/package.nix
@@ -17,6 +17,10 @@ buildGoModule rec {
     export HOME=$TMPDIR
   '';
 
+  postInstall = ''
+    rm $out/bin/dists
+  '';
+
   meta = with lib; {
     description = "Command line client for the Scalingo PaaS";
     homepage = "https://doc.scalingo.com/platform/cli/start";