So villeicht?

This commit is contained in:
2026-03-12 15:01:48 +01:00
parent dacdb2214e
commit 8d1494e4d1

View File

@@ -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 // {