Remove unused dists binary post install

This commit is contained in:
Simon Schoeters 2023-10-25 11:09:31 +02:00
parent cc298ebf7d
commit b7db60adcc

View file

@ -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";