nixos: fix system-tarball

This commit is contained in:
Sean Haugh 2019-04-13 22:14:37 -05:00
parent bc6a7984cb
commit 040d159eb4

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