summary refs log tree commit diff
path: root/pkgs/tools/backup/restic/rest-server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/backup/restic/rest-server.nix')
-rw-r--r--pkgs/tools/backup/restic/rest-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/restic/rest-server.nix b/pkgs/tools/backup/restic/rest-server.nix
index c7f12cb751b..45a4df74b15 100644
--- a/pkgs/tools/backup/restic/rest-server.nix
+++ b/pkgs/tools/backup/restic/rest-server.nix
@@ -19,7 +19,7 @@ buildGoPackage rec {
   '';
 
   installPhase = ''
-    install -Dt $bin/bin rest-server
+    install -Dt $out/bin rest-server
   '';
 
   meta = with lib; {