Merge pull request #59803 from volth/patch-316
nixos/netboot: import -> callPackage
This commit is contained in:
commit
02698c4a61
@ -65,8 +65,7 @@ with lib;
|
|||||||
[ config.system.build.toplevel ];
|
[ config.system.build.toplevel ];
|
||||||
|
|
||||||
# Create the squashfs image that contains the Nix store.
|
# Create the squashfs image that contains the Nix store.
|
||||||
system.build.squashfsStore = import ../../../lib/make-squashfs.nix {
|
system.build.squashfsStore = pkgs.callPackage ../../../lib/make-squashfs.nix {
|
||||||
inherit (pkgs) stdenv squashfsTools closureInfo;
|
|
||||||
storeContents = config.netboot.storeContents;
|
storeContents = config.netboot.storeContents;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user