mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixos/nix-daemon: build-max-jobs, add support to auto
This commit is contained in:
parent
d6a60a7e91
commit
37e2ebdfbc
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ in
|
|||
};
|
||||
|
||||
maxJobs = mkOption {
|
||||
type = types.int;
|
||||
type = types.either types.int (types.enum ["auto"]);
|
||||
default = 1;
|
||||
example = 64;
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue