about summary refs log tree commit diff
path: root/corepkgs/nar/nar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'corepkgs/nar/nar.sh')
-rw-r--r--corepkgs/nar/nar.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/nar/nar.sh b/corepkgs/nar/nar.sh
index 3dbeed02952f..059bca8ba134 100644
--- a/corepkgs/nar/nar.sh
+++ b/corepkgs/nar/nar.sh
@@ -1,3 +1,3 @@
 #! /bin/sh
 
-/tmp/nix/bin/nix --dump --file "$path" | bzip2 > $out || exit 1
+/nix/bin/nix --dump --file "$path" | bzip2 > $out || exit 1