From 517f9da2ab9e5172c192d03f9b8462e4e2b7cf44 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Wed, 28 Aug 2024 14:18:47 +0200 Subject: [PATCH] documentation.nix: set generateCaches to false --- modules/system/nix/documentation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/nix/documentation.nix b/modules/system/nix/documentation.nix index 86bf019..b3afd60 100644 --- a/modules/system/nix/documentation.nix +++ b/modules/system/nix/documentation.nix @@ -19,7 +19,7 @@ # Whether to generate the manual page index caches # if true, it becomes possible to search for a page or keyword # using utilities like apropos(1) and the -k option of man(1). - generateCaches = true; + generateCaches = false; # Whether to enable mandoc as the default man page viewer. mandoc.enable = false; # my default manpage viewer is Neovim, so this isn't necessary