Skip to content

Commit 0811e7f

Browse files
committedMar 3, 2018
nixos/netboot: Fix evaluation error
The function arguments for make-squashfs.nix have changed in df117ac, 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
1 parent e7946b0 commit 0811e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nixos/modules/installer/netboot/netboot.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ with lib;
6767

6868
# Create the squashfs image that contains the Nix store.
6969
system.build.squashfsStore = import ../../../lib/make-squashfs.nix {
70-
inherit (pkgs) stdenv squashfsTools perl pathsFromGraph;
70+
inherit (pkgs) stdenv squashfsTools closureInfo;
7171
storeContents = config.netboot.storeContents;
7272
};
7373

0 commit comments

Comments
 (0)