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:
parent
5311f8ded0
commit
7ec26a9042
1 changed files with 3 additions and 0 deletions
|
@ -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 ''
|
||||
|
|
Loading…
Add table
Reference in a new issue