···102102 boot.kernel.sysctl."vm.overcommit_memory" = "1";
103103104104 # To speed up installation a little bit, include the complete
105105- # stdenv in the Nix store on the CD.
105105+ # stdenvNoCC in the Nix store on the CD.
106106 system.extraDependencies =
107107 with pkgs;
108108 [
109109- stdenv
110109 stdenvNoCC # for runCommand
111110 busybox
112111 # For boot.initrd.systemd
+4
nixos/tests/installer.nix
···709709 system.extraDependencies =
710710 with pkgs;
711711 [
712712+ # TODO: Remove this when we can install systems
713713+ # without `stdenv`.
714714+ stdenv
715715+712716 bintools
713717 brotli
714718 brotli.dev