about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 c0aba5322b8f..2e8158a6a4af 100644
--- a/scripts/nix-push.in
+++ b/scripts/nix-push.in
@@ -116,7 +116,7 @@ for (my $n = 0; $n < scalar @paths; $n++) {
 
     print MANIFEST "{\n";
     print MANIFEST "  StorePath: $storepath\n";
-    print MANIFEST "  NarPath: $basename\n";
+    print MANIFEST "  NarName: $narname\n";
     print MANIFEST "  MD5: $hash\n";
 
     if ($storepath =~ /\.nix$/) {