Merge pull request #44880 from srghma/build-max-jobs-auto
nixos/nix-daemon: build-max-jobs, add support to auto
Silvan Mosberger 7 years ago eacaaa21 10777c36
··· 88 88 }; 89 89 90 90 maxJobs = mkOption { 91 91 - type = types.int; 91 91 + type = types.either types.int (types.enum ["auto"]); 92 92 default = 1; 93 93 example = 64; 94 94 description = ''