From 5a6b45e2523c29c215f77135c6866baa83f1a7d5 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 7 Aug 2006 18:22:57 +0000 Subject: * In nar.nix, path -> storePath, otherwise we get a collision between environment variable names on Cygwin (where they are case insensitive). --- scripts/nix-push.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/nix-push.in b/scripts/nix-push.in index 7d285e0034a1..373533190a06 100644 --- a/scripts/nix-push.in +++ b/scripts/nix-push.in @@ -103,7 +103,7 @@ foreach my $storePath (@storePaths) { # expression. my $nixexpr = "((import $dataDir/nix/corepkgs/nar/nar.nix) " . - "{path = \"$storePath\"; system = \"@system@\"; hashAlgo = \"$hashAlgo\";}) "; + "{storePath = \"$storePath\"; system = \"@system@\"; hashAlgo = \"$hashAlgo\";}) "; print NIX $nixexpr; } -- cgit 1.4.1