Compare commits

..

8 Commits

Author SHA1 Message Date
02a5f5427b Add hydra spec files 2026-03-12 15:21:54 +01:00
72b2ae020a merge upstream 2026-03-10 18:52:07 +01:00
4b222ac4b0 miaou
All checks were successful
Weekly Flake Update / update_and_check_flake (push) Successful in 5m48s
2026-02-19 12:49:34 +01:00
a2b49bb36e bugh 2026-02-19 12:42:29 +01:00
9641ed68e2 gwah! 2026-02-19 12:32:41 +01:00
80a9fdb880 bleh 2026-02-19 02:31:46 +01:00
a07c47846e wehhhh 2026-02-19 02:25:58 +01:00
f1f8a3c908 fix?
Some checks failed
Weekly Flake Update / update_and_check_flake (push) Failing after 6m40s
2026-02-19 00:13:50 +01:00

View File

@@ -15,28 +15,6 @@ let
keepnr = 1;
type = 1;
flake = "${info.head.repo.html_url}/archive/${info.head.ref}.tar.gz";
inputs = {
gitea_repo_name = {
type = "string";
value = "${info.head.repo.name}";
emailresponsible = false;
};
gitea_repo_owner = {
type = "string";
value = "${info.head.repo.owner.username}";
emailresponsible = false;
};
gitea_http_url = {
type = "string";
value = "https://git.dynamicdiscord.de";
emailresponsible = false;
};
gitea_status_repo = {
type = "string";
value = "${info.head.ref}";
emailresponsible = false;
};
};
}) prs;
mkFlakeJobset = branch: {
description = "Build ${branch} branch of the Malobeo Infrastructure repo";