From 95a17b9769f59e8a471774b027574481d5e62cc4 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 12 Aug 2025 10:42:01 -0700 Subject: profiles for doc, fish, and remove unused profiles --- profiles/core/docs.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 profiles/core/docs.nix (limited to 'profiles/core/docs.nix') 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; +} -- cgit v1.2.3