forked from malobeo/infrastructure
So villeicht?
This commit is contained in:
@@ -14,7 +14,7 @@ let
|
|||||||
emailoverride = "";
|
emailoverride = "";
|
||||||
keepnr = 1;
|
keepnr = 1;
|
||||||
type = 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;
|
}) prs;
|
||||||
mkFlakeJobset = branch: {
|
mkFlakeJobset = branch: {
|
||||||
description = "Build ${branch} branch of Simple NixOS MailServer";
|
description = "Build ${branch} branch of Simple NixOS MailServer";
|
||||||
@@ -26,7 +26,7 @@ let
|
|||||||
keepnr = 3;
|
keepnr = 3;
|
||||||
hidden = false;
|
hidden = false;
|
||||||
type = 1;
|
type = 1;
|
||||||
flake = "git:simple-nixos-mailserver/nixos-mailserver/${branch}";
|
flake = "git:git.dynamicdiscord.de/malobeo/infrastructure";
|
||||||
};
|
};
|
||||||
|
|
||||||
desc = prJobsets // {
|
desc = prJobsets // {
|
||||||
|
|||||||
Reference in New Issue
Block a user