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

This commit is contained in:
r-vdp 2025-01-13 12:35:05 +01:00
parent 55ad99e013
commit 8b63e944e3
No known key found for this signature in database

View file

@ -10,6 +10,9 @@
coreutils coreutils
procps # kill collides with coreutils' to test https://github.com/NixOS/nixpkgs/issues/56432 procps # kill collides with coreutils' to test https://github.com/NixOS/nixpkgs/issues/56432
]; ];
# Avoid slow man cache build
documentation.man.enable = false;
}; };
testScript = testScript =