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