System: Disable html documentation + man caches
This commit is contained in:
@ -123,7 +123,14 @@ with mylib.networking; {
|
|||||||
documentation = {
|
documentation = {
|
||||||
enable = true;
|
enable = true;
|
||||||
man.enable = true;
|
man.enable = true;
|
||||||
|
man.generateCaches = false; # very slow
|
||||||
|
info.enable = true;
|
||||||
dev.enable = true;
|
dev.enable = true;
|
||||||
|
doc.enable = false;
|
||||||
|
nixos = {
|
||||||
|
enable = true;
|
||||||
|
includeAllModules = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
|
Reference in New Issue
Block a user