From 10db91da6441132ae2568e86f4d4c830643b8883 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Tue, 21 Apr 2020 19:24:56 +0530 Subject: [PATCH] Hydra-unstable compatibility --- jobsets.json | 3 ++- jobsets.nix | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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";