about summary refs log tree commit diff
path: root/scripts/nix-push.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/nix-push.in')
-rw-r--r--scripts/nix-push.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-push.in b/scripts/nix-push.in
index f178ae2b6bc4..275f5e99b8ac 100644
--- a/scripts/nix-push.in
+++ b/scripts/nix-push.in
@@ -45,7 +45,7 @@ foreach my $path (@paths) {
     my $nixexpr = 
         "((import @datadir@/nix/corepkgs/nar/nar.nix) " .
         # !!! $path should be represented as a closure
-        "{path = \"$path\"; system = \"@system@\"}) ";
+        "{path = \"$path\"; system = \"@system@\";}) ";
     
     print NIX $nixexpr;
 }