diff --git a/.hydra/declarative-jobsets.nix b/.hydra/declarative-jobsets.nix index df246815..2c788017 100644 --- a/.hydra/declarative-jobsets.nix +++ b/.hydra/declarative-jobsets.nix @@ -14,7 +14,7 @@ let emailoverride = ""; keepnr = 1; type = 1; - flake = "gitea:git.dynamicdiscord.de/ahtlon/infrastructure/pulls/${num}"; + flake = "${info.head.repo.html_url}/archive/${info.head.ref}.tar.gz"; }) prs; mkFlakeJobset = branch: { description = "Build ${branch} branch of Simple NixOS MailServer"; @@ -26,7 +26,7 @@ let keepnr = 3; hidden = false; type = 1; - flake = "git:simple-nixos-mailserver/nixos-mailserver/${branch}"; + flake = "git:git.dynamicdiscord.de/malobeo/infrastructure"; }; desc = prJobsets // {