diff --git a/jobsets.json b/jobsets.json index ee1d461..bb19760 100644 --- a/jobsets.json +++ b/jobsets.json @@ -3,7 +3,7 @@ "hidden": true, "description": "Jobsets", "nixexprinput": "nix-config", - "nixexprpath": "hydra/jobsets.nix", + "nixexprpath": "jobsets.nix", "checkinterval": 300, "schedulingshares": 100, "enableemail": false, diff --git a/jobsets.nix b/jobsets.nix index 4e77f19..807a85e 100644 --- a/jobsets.nix +++ b/jobsets.nix @@ -6,7 +6,7 @@ let hidden = false; description = "Astro's HQ IoT stuff"; nixexprinput = "nix-config"; - nixexprpath = "hydra/spacemsg.nix"; + nixexprpath = "spacemsg.nix"; checkinterval = 300; schedulingshares = 100; enableemail = true;