From eb31cceb802af6511908524b5cb768c7c0cc8860 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 12 Sep 2019 02:27:49 +0200 Subject: [PATCH] jobsets: fix input names --- jobsets.json | 4 ++-- jobsets.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jobsets.json b/jobsets.json index f2be1d0..3721769 100644 --- a/jobsets.json +++ b/jobsets.json @@ -2,7 +2,7 @@ "enabled": 1, "hidden": true, "description": "Jobsets", - "nixexprinput": "nix-config", + "nixexprinput": "hydra-config", "nixexprpath": "jobsets.nix", "checkinterval": 300, "schedulingshares": 100, @@ -10,6 +10,6 @@ "emailoverride": "astro@spaceboyz.net", "keepnr": 10, "inputs": { - "c3d2": { "type": "git", "value": "https://gitea.c3d2.de/C3D2/hydra-config.git master 1", "emailresponsible": false } + "hydra-config": { "type": "git", "value": "https://gitea.c3d2.de/C3D2/hydra-config.git master 1", "emailresponsible": false } } } diff --git a/jobsets.nix b/jobsets.nix index 807a85e..342cdeb 100644 --- a/jobsets.nix +++ b/jobsets.nix @@ -5,7 +5,7 @@ let enabled = 1; hidden = false; description = "Astro's HQ IoT stuff"; - nixexprinput = "nix-config"; + nixexprinput = "hydra-config"; nixexprpath = "spacemsg.nix"; checkinterval = 300; schedulingshares = 100; @@ -13,7 +13,7 @@ let emailoverride = "astro@spaceboyz.net"; keepnr = 3; inputs = { - c3d2 = { + hydra-config = { type = "git"; value = "https://gitea.c3d2.de/C3D2/hydra-config.git master 1"; emailresponsible = false;