treewide: use $out instead of $bin with buildGoPackage
This commit is contained in:
@@ -20,7 +20,7 @@ buildGoPackage rec {
|
||||
passthru.tests.restic = nixosTests.restic;
|
||||
|
||||
postInstall = lib.optionalString (stdenv.hostPlatform == stdenv.buildPlatform) ''
|
||||
$bin/bin/restic generate \
|
||||
$out/bin/restic generate \
|
||||
--bash-completion restic.bash \
|
||||
--zsh-completion restic.zsh \
|
||||
--man .
|
||||
|
||||
Reference in New Issue
Block a user