Merge pull request #59435 from furrycatherder/fix-tarball
nixos: fix system-tarball
This commit is contained in:
commit
2a8ca24215
@ -68,7 +68,7 @@ in
|
||||
|
||||
# Create the tarball
|
||||
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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user