nixos/installation-device: don’t include stdenv (#418267)
This commit is contained in:
commit
0b0c68c77d
@ -102,11 +102,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
|
||||
|
@ -709,6 +709,10 @@ let
|
||||
system.extraDependencies =
|
||||
with pkgs;
|
||||
[
|
||||
# TODO: Remove this when we can install systems
|
||||
# without `stdenv`.
|
||||
stdenv
|
||||
|
||||
bintools
|
||||
brotli
|
||||
brotli.dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user