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 =