fix nixexprpaths

This commit is contained in:
Astro 2019-09-12 01:01:31 +02:00
parent 6a459bbb9e
commit 1559732e11
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"hidden": true,
"description": "Jobsets",
"nixexprinput": "nix-config",
"nixexprpath": "hydra/jobsets.nix",
"nixexprpath": "jobsets.nix",
"checkinterval": 300,
"schedulingshares": 100,
"enableemail": false,

View File

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