From d706134f77c94d3864aaa77456fe9a2b863ef1fb Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 20 Apr 2024 13:37:00 -0400 Subject: [PATCH] fix jobset --- hydra/spec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra/spec.json b/hydra/spec.json index de89eab..70f573a 100644 --- a/hydra/spec.json +++ b/hydra/spec.json @@ -3,7 +3,7 @@ "hidden": false, "description": "system flake", "nixexprinput": "nixexpr", - "nixexprpath": ".hydra/jobsets.nix", + "nixexprpath": "hydra/jobsets.nix", "checkinterval": 20, "schedulingshares": 100, "enableemail": false,