fix hydra sources
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
287a9b3d1a
commit
76fa135252
@ -19,7 +19,7 @@ let
|
||||
|
||||
prs = readJSONFile pulls;
|
||||
refs = readJSONFile branches;
|
||||
repo = "ahuston-0/canvas_grit_automation";
|
||||
repo = "RAD-Development/flake-update-diff";
|
||||
|
||||
# template for creating a job
|
||||
makeJob =
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"enabled": 1,
|
||||
"hidden": false,
|
||||
"description": "Canvas grit automation",
|
||||
"description": "Flake update diff tool",
|
||||
"nixexprinput": "nixexpr",
|
||||
"nixexprpath": "hydra/jobsets.nix",
|
||||
"checkinterval": 60,
|
||||
@ -12,7 +12,7 @@
|
||||
"type": 0,
|
||||
"inputs": {
|
||||
"nixexpr": {
|
||||
"value": "https://github.com/ahuston-0/canvas_grit_automation master",
|
||||
"value": "https://github.com/RAD-Development/flake-update-diff main",
|
||||
"type": "git",
|
||||
"emailresponsible": false
|
||||
},
|
||||
@ -23,12 +23,12 @@
|
||||
},
|
||||
"pulls": {
|
||||
"type": "githubpulls",
|
||||
"value": "ahuston-0 canvas_grit_automation",
|
||||
"value": "RAD-Development/flake-update-diff",
|
||||
"emailresponsible": false
|
||||
},
|
||||
"branches": {
|
||||
"type": "github_refs",
|
||||
"value": "ahuston-0 canvas_grit_automation heads -",
|
||||
"value": "RAD-Development/flake-update-diff heads -",
|
||||
"emailresponsible": false
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user