mirror of
https://github.com/NixOS/nix
synced 2025-07-02 21:51:50 +02:00
* Missing semicolons.
This commit is contained in:
parent
528f1d1867
commit
397c8ba898
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue