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