From 76fa1352521f2b3f67e28a1d71c1dab83e8ba1fa Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 28 Jul 2024 14:19:31 -0400 Subject: [PATCH] fix hydra sources Signed-off-by: ahuston-0 --- hydra/jobsets.nix | 2 +- hydra/spec.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hydra/jobsets.nix b/hydra/jobsets.nix index 03654ce..cca22f2 100644 --- a/hydra/jobsets.nix +++ b/hydra/jobsets.nix @@ -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 = diff --git a/hydra/spec.json b/hydra/spec.json index be4a62b..49b0274 100644 --- a/hydra/spec.json +++ b/hydra/spec.json @@ -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 } }