summaryrefslogtreecommitdiffstats
path: root/.hydra
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2022-01-21 13:02:15 +0100
committerNaïm Favier <n@monade.li>2022-02-24 20:51:40 +0000
commitf4c14572fcd384d2cb3c63be1cd26fbe143803f8 (patch)
tree3ac5d6745ae807f5f9ef2d5b6fc998040335696a /.hydra
parentef03562ebae513b506c58e198038352ee6ae5138 (diff)
Drop 21.05 branch
Diffstat (limited to '.hydra')
-rw-r--r--.hydra/declarative-jobsets.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/.hydra/declarative-jobsets.nix b/.hydra/declarative-jobsets.nix
index 4feaf69..a71242b 100644
--- a/.hydra/declarative-jobsets.nix
+++ b/.hydra/declarative-jobsets.nix
@@ -17,7 +17,7 @@ let
flake = "gitlab:simple-nixos-mailserver/nixos-mailserver/merge-requests/${info.iid}/head";
}
) prs;
- # This could be removed once branch 20.09 and 21.05 would have been
+ # This could be removed once branch 21.11 would have been
# removed.
mkJobset = branch: {
description = "Build ${branch} branch of Simple NixOS MailServer";
@@ -61,7 +61,6 @@ let
desc = prJobsets // {
"master" = mkFlakeJobset "master";
- "nixos-21.05" = mkJobset "nixos-21.05";
"nixos-21.11" = mkFlakeJobset "nixos-21.11";
};