Merge pull request #59435 from furrycatherder/fix-tarball

nixos: fix system-tarball
This commit is contained in:
Matthew Bauer
2019-04-20 20:58:42 -04:00
committed by GitHub

View File

@@ -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;
};