1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

services.hercules-ci-agent: Explain default concurrentTasks is core count

This commit is contained in:
Robert Hensing 2022-12-24 15:40:37 +01:00
parent 5311f8ded0
commit 7ec26a9042

View file

@ -51,6 +51,9 @@ let
'';
type = types.either types.ints.positive (types.enum [ "auto" ]);
default = "auto";
defaultText = literalMD ''
`"auto"`, meaning equal to the number of CPU cores.
'';
};
labels = mkOption {
description = mdDoc ''