mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nixos/installation-cd-minimal: include HTML doc
Although we don't really need HTML documentation in the minimal installer, not including it may cause annoying cache misses in the case of the NixOS manual.
This commit is contained in:
parent
b30e996e6b
commit
556a4a7951
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
|||
|
||||
documentation.man.enable = lib.mkOverride 500 true;
|
||||
|
||||
# Although we don't really need HTML documentation in the minimal installer,
|
||||
# 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;
|
||||
|
||||
isoImage.edition = lib.mkForce "minimal";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue