mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Remove unnecessary "system" argument
This commit is contained in:
parent
e855c7e2c9
commit
ef902274fd
4 changed files with 6 additions and 6 deletions
|
@ -103,7 +103,7 @@ foreach my $storePath (@storePaths) {
|
|||
# Construct a Nix expression that creates a Nix archive.
|
||||
my $nixexpr =
|
||||
"(import <nix/nar.nix> " .
|
||||
"{ storePath = builtins.storePath \"$storePath\"; system = \"@system@\"; hashAlgo = \"$hashAlgo\"; }) ";
|
||||
"{ storePath = builtins.storePath \"$storePath\"; hashAlgo = \"$hashAlgo\"; }) ";
|
||||
|
||||
print NIX $nixexpr;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue