forked from malobeo/infrastructure
So villeicht?
This commit is contained in:
@@ -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 // {
|
||||
|
||||
Reference in New Issue
Block a user