Skip to content

Commit

Permalink
nixos/netboot: Fix evaluation error
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aszlig committed Mar 3, 2018
1 parent e7946b0 commit 0811e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/installer/netboot/netboot.nix
Expand Up @@ -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;
};

Expand Down

0 comments on commit 0811e7f

Please sign in to comment.