ensure Nix builds all documentation pages

This commit is contained in:
Emile Clark-Boman 2025-08-31 15:13:41 +10:00
parent f68a8e6d19
commit 8db3e2693e
2 changed files with 26 additions and 0 deletions

View file

@ -386,6 +386,19 @@ in {
}; };
}; };
documentation = {
enable = true;
doc.enable = true; # install /share/doc packages
man.enable = true; # install manpages
info.enable = true; # install GNU info
dev.enable = true; # install docs intended for developers
nixos = {
enable = true; # install NixOS documentation (ie man -k nix, & nixos-help)
options.splitBuild = true;
# includeAllModules = true;
};
};
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
hardware = { hardware = {

View file

@ -405,6 +405,19 @@ in {
}; };
}; };
documentation = {
enable = true;
doc.enable = true; # install /share/doc packages
man.enable = true; # install manpages
info.enable = true; # install GNU info
dev.enable = true; # install docs intended for developers
nixos = {
enable = true; # install NixOS documentation (ie man -k nix, & nixos-help)
options.splitBuild = true;
# includeAllModules = true;
};
};
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
hardware = { hardware = {