summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-07-18 01:02:13 +0200
committerMel <mel@rnrd.eu>2025-07-18 01:02:13 +0200
commitb46aced25bcf83a4eee0bd01637a25a162572873 (patch)
tree154c8e6aad6ef9ca59d5051564a8335a840af003 /modules
parent516539fa3daead55ca97c33d97c1f2a20fa7538f (diff)
downloadminerals-b46aced25bcf83a4eee0bd01637a25a162572873.tar.zst
minerals-b46aced25bcf83a4eee0bd01637a25a162572873.zip
Disable man-cache generation until I figure out how to speed it up
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules')
-rw-r--r--modules/common.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 2b2893e..6d74103 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -32,9 +32,7 @@ in
 
   # fish enables this by default,
   # it makes every nixos rebuild very slow.
-  # NOTE: enabled for now, although will
-  # be switched up with a bespoke solution soon!
-  documentation.man.generateCaches = true;
+  documentation.man.generateCaches = false;
   documentation = {
     info.enable = true;
     doc.enable = true;