From 040d159eb4b1f857d89ff9c0fd47b4225d8983c1 Mon Sep 17 00:00:00 2001 From: Sean Haugh Date: Sat, 13 Apr 2019 22:14:37 -0500 Subject: nixos: fix system-tarball --- nixos/modules/installer/cd-dvd/system-tarball.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/installer') diff --git a/nixos/modules/installer/cd-dvd/system-tarball.nix b/nixos/modules/installer/cd-dvd/system-tarball.nix index e72d4a5b4910..b84096861f56 100644 --- a/nixos/modules/installer/cd-dvd/system-tarball.nix +++ b/nixos/modules/installer/cd-dvd/system-tarball.nix @@ -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; }; -- cgit 1.4.1