3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 2a8ca24215
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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