From b46aced25bcf83a4eee0bd01637a25a162572873 Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 18 Jul 2025 01:02:13 +0200 Subject: Disable man-cache generation until I figure out how to speed it up Signed-off-by: Mel --- modules/common.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules') 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; -- cgit 1.4.1