diff --git a/jobsets.json b/jobsets.json index f3848aa..136361e 100644 --- a/jobsets.json +++ b/jobsets.json @@ -12,5 +12,6 @@ "inputs": { "nixpkgs": { "type": "git", "value": "https://github.com/NixOS/nixpkgs.git release-19.09 1", "emailresponsible": false }, "hydra-config": { "type": "git", "value": "https://gitea.c3d2.de/C3D2/hydra-config.git master 1", "emailresponsible": false } - } + }, + "type": 0 } diff --git a/jobsets.nix b/jobsets.nix index 1bfa344..80e9c58 100644 --- a/jobsets.nix +++ b/jobsets.nix @@ -10,6 +10,7 @@ let enableemail = true; emailoverride = ""; keepnr = 16; + type = 0; inputs = { hydra-config = { type = "git";