treewide: use $out instead of $bin with buildGoPackage
This commit is contained in:
@@ -26,7 +26,7 @@ buildGoPackage rec {
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -D bin/notary $bin/bin/notary
|
||||
install -D bin/notary $out/bin/notary
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user