diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-12 10:42:01 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-12 10:42:01 -0700 |
| commit | 95a17b9769f59e8a471774b027574481d5e62cc4 (patch) | |
| tree | 0ca1015a804c155db023b73748fade3b70e57aa3 /profiles/core/docs.nix | |
| parent | add nameservers configuration to network profile (diff) | |
| download | infra-95a17b9769f59e8a471774b027574481d5e62cc4.tar.gz | |
profiles for doc, fish, and remove unused profiles
Diffstat (limited to 'profiles/core/docs.nix')
| -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; +} |
