From 8d1494e4d1cd815e1c240aecf1bec9d9c312ef1b Mon Sep 17 00:00:00 2001 From: ahtlon Date: Thu, 12 Mar 2026 15:01:48 +0100 Subject: [PATCH] So villeicht? --- .hydra/declarative-jobsets.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 // {