diff options
Diffstat (limited to '')
| -rw-r--r-- | common/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/common.nix b/common/common.nix index 02fec64..e10fbf1 100644 --- a/common/common.nix +++ b/common/common.nix @@ -37,7 +37,7 @@ documentation = { dev.enable = true; - man.generateCaches = true; + man.cache.enable = true; nixos.includeAllModules = true; nixos.options.warningsAreErrors = false; }; |
