From 8b63e944e34d3b0bdf06cf4716e1468a8ae06c29 Mon Sep 17 00:00:00 2001 From: r-vdp Date: Mon, 13 Jan 2025 12:35:05 +0100 Subject: [PATCH] fish: don't generate man pages in the test VM --- nixos/tests/fish.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/tests/fish.nix b/nixos/tests/fish.nix index 61a81f5c6d0c..84ffd71f7ddc 100644 --- a/nixos/tests/fish.nix +++ b/nixos/tests/fish.nix @@ -10,6 +10,9 @@ coreutils procps # kill collides with coreutils' to test https://github.com/NixOS/nixpkgs/issues/56432 ]; + + # Avoid slow man cache build + documentation.man.enable = false; }; testScript =