about summary refs log tree commit diff
path: root/pkgs/games/boohu
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/boohu')
-rw-r--r--pkgs/games/boohu/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/boohu/default.nix b/pkgs/games/boohu/default.nix
index 3dcfe201d2c11..3ca8ee4693a3e 100644
--- a/pkgs/games/boohu/default.nix
+++ b/pkgs/games/boohu/default.nix
@@ -14,7 +14,7 @@ buildGoPackage rec {
 
   goDeps = ./deps.nix;
 
-  postInstall = "mv $bin/bin/boohu.git $bin/bin/boohu";
+  postInstall = "mv $out/bin/boohu.git $out/bin/boohu";
 
   meta = with stdenv.lib; {
     description = "A new coffee-break roguelike game";