diff --git a/nixos/modules/profiles/installation-device.nix b/nixos/modules/profiles/installation-device.nix index 3a29f7ab8c90..0b25dd5af8e9 100644 --- a/nixos/modules/profiles/installation-device.nix +++ b/nixos/modules/profiles/installation-device.nix @@ -107,11 +107,10 @@ 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. + # stdenvNoCC in the Nix store on the CD. system.extraDependencies = with pkgs; [ - stdenv stdenvNoCC # for runCommand busybox # For boot.initrd.systemd diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index 56f1b4f19bfb..010a3e97aba3 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -709,6 +709,10 @@ let system.extraDependencies = with pkgs; [ + # TODO: Remove this when we can install systems + # without `stdenv`. + stdenv + bintools brotli brotli.dev