summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems/gcsfuse
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-04-28 11:50:57 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-04-28 20:30:29 +1000
commitb5dc07a4b471e6f651af3b13e4bd841b6b3ea6ed (patch)
tree77df5bd7e3c972e12a022ca5fc437c8f67ce9092 /pkgs/tools/filesystems/gcsfuse
parentc59c4e358989ce49afd177e6899549fbb8f8bf7f (diff)
treewide: use $out instead of $bin with buildGoPackage
Diffstat (limited to 'pkgs/tools/filesystems/gcsfuse')
-rw-r--r--pkgs/tools/filesystems/gcsfuse/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/gcsfuse/default.nix b/pkgs/tools/filesystems/gcsfuse/default.nix
index f8d955dbfc17..3f0e261b18d6 100644
--- a/pkgs/tools/filesystems/gcsfuse/default.nix
+++ b/pkgs/tools/filesystems/gcsfuse/default.nix
@@ -16,8 +16,8 @@ buildGoPackage rec {
subPackages = [ "." "tools/mount_gcsfuse" ];
postInstall = ''
- ln -s $bin/bin/mount_gcsfuse $bin/bin/mount.gcsfuse
- ln -s $bin/bin/mount_gcsfuse $bin/bin/mount.fuse.gcsfuse
+ ln -s $out/bin/mount_gcsfuse $out/bin/mount.gcsfuse
+ ln -s $out/bin/mount_gcsfuse $out/bin/mount.fuse.gcsfuse
'';
meta = with lib;{