From 1559732e11f2e5ff8886f8dc80ccbca7fc7ee0bc Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 12 Sep 2019 01:01:31 +0200 Subject: [PATCH] fix nixexprpaths --- jobsets.json | 2 +- jobsets.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;