From edf9e77b1ce5a31a6789904e5b71874d3d993321 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 7 Jul 2024 14:11:25 -0400 Subject: [PATCH] fix repo in jobsets Signed-off-by: ahuston-0 --- hydra/jobsets.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra/jobsets.nix b/hydra/jobsets.nix index d04b2be..c4f6fdb 100644 --- a/hydra/jobsets.nix +++ b/hydra/jobsets.nix @@ -19,7 +19,7 @@ let prs = readJSONFile pulls; refs = readJSONFile branches; - repo = "RAD-Development/nix-dotfiles"; + repo = "ahuston-0/nix-dotfiles-hydra"; # template for creating a job makeJob =