summary refs log tree commit diff
path: root/nixos/modules/profiles
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-01-23 21:56:00 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-01-23 23:49:18 +0200
commitb63f97c6e66d743a8d4123c6ac511f34ecc68e21 (patch)
tree7a4799333076a38cc5a3e887d3ce36736fba559c /nixos/modules/profiles
parent1853f174d11040b3901e4c83d89f2578320a2e42 (diff)
downloadnixlib-b63f97c6e66d743a8d4123c6ac511f34ecc68e21.tar
nixlib-b63f97c6e66d743a8d4123c6ac511f34ecc68e21.tar.gz
nixlib-b63f97c6e66d743a8d4123c6ac511f34ecc68e21.tar.bz2
nixlib-b63f97c6e66d743a8d4123c6ac511f34ecc68e21.tar.lz
nixlib-b63f97c6e66d743a8d4123c6ac511f34ecc68e21.tar.xz
nixlib-b63f97c6e66d743a8d4123c6ac511f34ecc68e21.tar.zst
nixlib-b63f97c6e66d743a8d4123c6ac511f34ecc68e21.zip
installer: Include stdenvNoCC
And don't include ArchiveCpio as that one is no longer needed after
5a8147479 ("make-initrd: create reproducible initrds").
Diffstat (limited to 'nixos/modules/profiles')
-rw-r--r--nixos/modules/profiles/installation-device.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/nixos/modules/profiles/installation-device.nix b/nixos/modules/profiles/installation-device.nix
index b2973d88b157..91c718559ed7 100644
--- a/nixos/modules/profiles/installation-device.nix
+++ b/nixos/modules/profiles/installation-device.nix
@@ -66,9 +66,8 @@ with lib;
     boot.kernel.sysctl."vm.overcommit_memory" = "1";
 
     # To speed up installation a little bit, include the complete
-    # stdenv in the Nix store on the CD.  Archive::Cpio is needed for
-    # the initrd builder.
-    system.extraDependencies = [ pkgs.stdenv pkgs.busybox pkgs.perlPackages.ArchiveCpio ];
+    # stdenv in the Nix store on the CD.
+    system.extraDependencies = with pkgs; [ stdenv stdenvNoCC busybox ];
 
     # Show all debug messages from the kernel but don't log refused packets
     # because we have the firewall enabled. This makes installs from the