diff --git a/nix/master.nix b/nix/master.nix index 9b10d01..b7be812 100644 --- a/nix/master.nix +++ b/nix/master.nix @@ -76,7 +76,7 @@ in ''; }; buildRetries = lib.mkOption { - type = lib.types.ints.positive; + type = lib.types.int; default = 1; description = "Number of times a build is retried"; };