mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
* In nar.nix, path -> storePath, otherwise we get a collision between
environment variable names on Cygwin (where they are case insensitive).
This commit is contained in:
parent
a61129c48c
commit
5a6b45e252
3 changed files with 7 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue