Merge pull request #44880 from srghma/build-max-jobs-auto

nixos/nix-daemon: build-max-jobs, add support to auto
This commit is contained in:
Silvan Mosberger 2018-08-18 16:46:08 +02:00 committed by GitHub
commit eacaaa2161
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ in
};
maxJobs = mkOption {
type = types.int;
type = types.either types.int (types.enum ["auto"]);
default = 1;
example = 64;
description = ''