fix hydra sources

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-07-28 14:19:31 -04:00
parent 287a9b3d1a
commit 76fa135252
No known key found for this signature in database
GPG Key ID: 1FACF4075E3212F7
2 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ let
prs = readJSONFile pulls; prs = readJSONFile pulls;
refs = readJSONFile branches; refs = readJSONFile branches;
repo = "ahuston-0/canvas_grit_automation"; repo = "RAD-Development/flake-update-diff";
# template for creating a job # template for creating a job
makeJob = makeJob =

View File

@ -1,7 +1,7 @@
{ {
"enabled": 1, "enabled": 1,
"hidden": false, "hidden": false,
"description": "Canvas grit automation", "description": "Flake update diff tool",
"nixexprinput": "nixexpr", "nixexprinput": "nixexpr",
"nixexprpath": "hydra/jobsets.nix", "nixexprpath": "hydra/jobsets.nix",
"checkinterval": 60, "checkinterval": 60,
@ -12,7 +12,7 @@
"type": 0, "type": 0,
"inputs": { "inputs": {
"nixexpr": { "nixexpr": {
"value": "https://github.com/ahuston-0/canvas_grit_automation master", "value": "https://github.com/RAD-Development/flake-update-diff main",
"type": "git", "type": "git",
"emailresponsible": false "emailresponsible": false
}, },
@ -23,12 +23,12 @@
}, },
"pulls": { "pulls": {
"type": "githubpulls", "type": "githubpulls",
"value": "ahuston-0 canvas_grit_automation", "value": "RAD-Development/flake-update-diff",
"emailresponsible": false "emailresponsible": false
}, },
"branches": { "branches": {
"type": "github_refs", "type": "github_refs",
"value": "ahuston-0 canvas_grit_automation heads -", "value": "RAD-Development/flake-update-diff heads -",
"emailresponsible": false "emailresponsible": false
} }
} }