1

System: Disable html documentation + man caches

This commit is contained in:
2025-07-06 03:46:32 +02:00
parent b174cc8086
commit c5e5c5e84f

View File

@ -123,7 +123,14 @@ with mylib.networking; {
documentation = {
enable = true;
man.enable = true;
man.generateCaches = false; # very slow
info.enable = true;
dev.enable = true;
doc.enable = false;
nixos = {
enable = true;
includeAllModules = true;
};
};
# Set your time zone.