From 1618f7c75754c42a98b01af9bc8b75894b9be874 Mon Sep 17 00:00:00 2001 From: ahtlon Date: Thu, 12 Mar 2026 15:06:30 +0100 Subject: [PATCH] Jetzt aber! --- .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 2c788017..e3570625 100644 --- a/.hydra/declarative-jobsets.nix +++ b/.hydra/declarative-jobsets.nix @@ -17,7 +17,7 @@ let flake = "${info.head.repo.html_url}/archive/${info.head.ref}.tar.gz"; }) prs; mkFlakeJobset = branch: { - description = "Build ${branch} branch of Simple NixOS MailServer"; + description = "Build ${branch} branch of the Malobeo Infrastructure repo"; checkinterval = 300; enabled = "1"; schedulingshares = 100; @@ -26,7 +26,7 @@ let keepnr = 3; hidden = false; type = 1; - flake = "git:git.dynamicdiscord.de/malobeo/infrastructure"; + flake = "git+https://git.dynamicdiscord.de/malobeo/infrastructure/archive/${branch}.tar.gz"; }; desc = prJobsets // {