diff options
Diffstat (limited to 'common/default.nix')
| -rw-r--r-- | common/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/default.nix b/common/default.nix index d61b66c..2dfa553 100644 --- a/common/default.nix +++ b/common/default.nix @@ -87,7 +87,7 @@ documentation = { man = { enable = true; - generateCaches = true; + cache.enable = true; man-db.enable = true; mandoc.enable = false; }; |