mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
Merge pull request #279174 from SuperSandro2000/iso-minimal-override
nixos/installation-cd-minimal: allow overwriting isoImage.edition with mkForce like other options
This commit is contained in:
commit
dfbb7a7c01
@ -18,7 +18,7 @@
|
||||
# not including it may cause annoying cache misses in the case of the NixOS manual.
|
||||
documentation.doc.enable = lib.mkOverride 500 true;
|
||||
|
||||
fonts.fontconfig.enable = lib.mkForce false;
|
||||
fonts.fontconfig.enable = lib.mkOverride 500 false;
|
||||
|
||||
isoImage.edition = lib.mkForce "minimal";
|
||||
isoImage.edition = lib.mkOverride 500 "minimal";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user