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

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 = ''