nixos: fix system-tarball
This commit is contained in:
parent
bc6a7984cb
commit
040d159eb4
@ -68,7 +68,7 @@ in
|
|||||||
|
|
||||||
# Create the tarball
|
# Create the tarball
|
||||||
system.build.tarball = import ../../../lib/make-system-tarball.nix {
|
system.build.tarball = import ../../../lib/make-system-tarball.nix {
|
||||||
inherit (pkgs) stdenv perl xz pathsFromGraph;
|
inherit (pkgs) stdenv closureInfo pixz;
|
||||||
|
|
||||||
inherit (config.tarball) contents storeContents;
|
inherit (config.tarball) contents storeContents;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user