mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/netboot: Fix evaluation error
The function arguments for make-squashfs.nix have changed in
df117acab7
, so we need to change them here
as well.
The boot.netboot NixOS VM test now succeeds again.
Signed-off-by: aszlig <aszlig@nix.build>
Cc: @edolstra
This commit is contained in:
parent
e7946b0c8f
commit
0811e7f60e
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ with lib;
|
|||
|
||||
# Create the squashfs image that contains the Nix store.
|
||||
system.build.squashfsStore = import ../../../lib/make-squashfs.nix {
|
||||
inherit (pkgs) stdenv squashfsTools perl pathsFromGraph;
|
||||
inherit (pkgs) stdenv squashfsTools closureInfo;
|
||||
storeContents = config.netboot.storeContents;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue