mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[General+Developer] Only enable dev documentation for developers
This commit is contained in:
parent
c9387ede1e
commit
5a33b8fd2e
2 changed files with 2 additions and 2 deletions
|
|
@ -29,6 +29,8 @@ in {
|
||||||
|
|
||||||
documentation = {
|
documentation = {
|
||||||
dev.enable = true;
|
dev.enable = true;
|
||||||
|
nixos.enable = true;
|
||||||
|
man.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.libvirtd = {
|
virtualisation.libvirtd = {
|
||||||
|
|
|
||||||
|
|
@ -110,8 +110,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
documentation.nixos.includeAllModules = true;
|
documentation.nixos.includeAllModules = true;
|
||||||
documentation.nixos.enable = true;
|
|
||||||
documentation.dev.enable = true;
|
|
||||||
documentation.man.generateCaches = true;
|
documentation.man.generateCaches = true;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue