jobsets: fix input names

This commit is contained in:
Astro 2019-09-12 02:27:49 +02:00
parent f3e48482c5
commit eb31cceb80
2 changed files with 4 additions and 4 deletions

View File

@ -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 }
}
}

View File

@ -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;