fish: don't generate man pages in the test VM
This commit is contained in:
parent
55ad99e013
commit
8b63e944e3
@ -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 =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user