mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[General+Developer] Only include full NixOS doc in developer mode
This commit is contained in:
parent
c980025f2d
commit
a745b12d67
2 changed files with 1 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ in {
|
||||||
|
|
||||||
documentation = {
|
documentation = {
|
||||||
dev.enable = true;
|
dev.enable = true;
|
||||||
|
nixos.includeAllModules = true;
|
||||||
nixos.enable = true;
|
nixos.enable = true;
|
||||||
man.enable = true;
|
man.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,6 @@ in
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
documentation.nixos.includeAllModules = true;
|
|
||||||
documentation.man.generateCaches = true;
|
documentation.man.generateCaches = true;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue