mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
nixos/installation-cd-minimal: disable noXlibs
Causes a lot of uncached builds for a negligible decrease in size (822 → 821 MiB currently).
This commit is contained in:
parent
04f574a1c0
commit
3a8fd0ef47
@ -9,6 +9,9 @@
|
||||
./installation-cd-base.nix
|
||||
];
|
||||
|
||||
# Causes a lot of uncached builds for a negligible decrease in size.
|
||||
environment.noXlibs = lib.mkOverride 500 false;
|
||||
|
||||
documentation.man.enable = lib.mkOverride 500 true;
|
||||
|
||||
fonts.fontconfig.enable = lib.mkForce false;
|
||||
|
Loading…
Reference in New Issue
Block a user