Jetzt aber!

This commit is contained in:
2026-03-12 15:06:30 +01:00
parent 8d1494e4d1
commit 1618f7c757

View File

@@ -17,7 +17,7 @@ let
flake = "${info.head.repo.html_url}/archive/${info.head.ref}.tar.gz"; flake = "${info.head.repo.html_url}/archive/${info.head.ref}.tar.gz";
}) prs; }) prs;
mkFlakeJobset = branch: { mkFlakeJobset = branch: {
description = "Build ${branch} branch of Simple NixOS MailServer"; description = "Build ${branch} branch of the Malobeo Infrastructure repo";
checkinterval = 300; checkinterval = 300;
enabled = "1"; enabled = "1";
schedulingshares = 100; schedulingshares = 100;
@@ -26,7 +26,7 @@ let
keepnr = 3; keepnr = 3;
hidden = false; hidden = false;
type = 1; type = 1;
flake = "git:git.dynamicdiscord.de/malobeo/infrastructure"; flake = "git+https://git.dynamicdiscord.de/malobeo/infrastructure/archive/${branch}.tar.gz";
}; };
desc = prJobsets // { desc = prJobsets // {