diff options
Diffstat (limited to '')
| -rw-r--r-- | profiles/core/docs.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/core/docs.nix b/profiles/core/docs.nix new file mode 100644 index 0000000..dcf38e6 --- /dev/null +++ b/profiles/core/docs.nix @@ -0,0 +1,5 @@ +{ lib, ... }: +{ + ## disable that slow "building man-cache" step + documentation.man.generateCaches = lib.mkForce false; +} |
