fish: don't generate man pages in the test VM

r-vdp 8b63e944 55ad99e0

Changed files
+3
nixos
tests
+3
nixos/tests/fish.nix
···
coreutils
procps # kill collides with coreutils' to test https://github.com/NixOS/nixpkgs/issues/56432
];
};
testScript =
···
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 =