summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd
diff options
context:
space:
mode:
authorSean Haugh <sean@lfo.team>2019-04-13 22:14:37 -0500
committerSean Haugh <sean@lfo.team>2019-04-13 22:14:37 -0500
commit040d159eb4b1f857d89ff9c0fd47b4225d8983c1 (patch)
treedea5f56af17b53cfcd45efb2605b1d121e92ee7d /nixos/modules/installer/cd-dvd
parentbc6a7984cb0ba80d5ed05753d19a72f68dc2f258 (diff)
downloadnixpkgs-040d159eb4b1f857d89ff9c0fd47b4225d8983c1.tar
nixpkgs-040d159eb4b1f857d89ff9c0fd47b4225d8983c1.tar.gz
nixpkgs-040d159eb4b1f857d89ff9c0fd47b4225d8983c1.tar.bz2
nixpkgs-040d159eb4b1f857d89ff9c0fd47b4225d8983c1.tar.lz
nixpkgs-040d159eb4b1f857d89ff9c0fd47b4225d8983c1.tar.xz
nixpkgs-040d159eb4b1f857d89ff9c0fd47b4225d8983c1.tar.zst
nixpkgs-040d159eb4b1f857d89ff9c0fd47b4225d8983c1.zip
nixos: fix system-tarball
Diffstat (limited to 'nixos/modules/installer/cd-dvd')
-rw-r--r--nixos/modules/installer/cd-dvd/system-tarball.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/cd-dvd/system-tarball.nix b/nixos/modules/installer/cd-dvd/system-tarball.nix
index e72d4a5b491..b84096861f5 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;
     };