diff options
| author | Mel <mel@rnrd.eu> | 2025-07-18 01:02:13 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-07-18 01:02:13 +0200 |
| commit | b46aced25bcf83a4eee0bd01637a25a162572873 (patch) | |
| tree | 154c8e6aad6ef9ca59d5051564a8335a840af003 /modules/common.nix | |
| parent | 516539fa3daead55ca97c33d97c1f2a20fa7538f (diff) | |
| download | minerals-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/common.nix')
| -rw-r--r-- | modules/common.nix | 4 |
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; |
