summaryrefslogtreecommitdiffstats
path: root/.hydra
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2021-05-30 22:07:53 +0200
committerAntoine Eiche <lewo@abesis.fr>2021-06-06 10:20:14 +0200
commitbbcc6863b549b5e0348d826544c52d035d26acf4 (patch)
tree6d9acfc330ca0c93811a39b4fdbe7cd996159b53 /.hydra
parentddafdfbde7f24a79cde2dae78a187b294e93f253 (diff)
Release nixos-21.05
Diffstat (limited to '.hydra')
-rw-r--r--.hydra/declarative-jobsets.nix27
1 files changed, 27 insertions, 0 deletions
diff --git a/.hydra/declarative-jobsets.nix b/.hydra/declarative-jobsets.nix
index f96d5ba..43c9fa8 100644
--- a/.hydra/declarative-jobsets.nix
+++ b/.hydra/declarative-jobsets.nix
@@ -88,6 +88,33 @@ let
};
};
};
+ "nixos-21.05" = {
+ description = "Build the nixos-21.05 branch of Simple NixOS MailServer";
+ checkinterval = "60";
+ enabled = "1";
+ nixexprinput = "snm";
+ nixexprpath = ".hydra/default.nix";
+ schedulingshares = 100;
+ enableemail = false;
+ emailoverride = "";
+ keepnr = 3;
+ hidden = false;
+ type = 0;
+ inputs = {
+ # This is only used to allow Niv to use pkgs.fetchzip which is
+ # required because of Hydra restricted evaluation mode.
+ nixpkgs = {
+ value = "https://github.com/NixOS/nixpkgs b6eefa48d8e10491e43c0c6155ac12b463f6fed3";
+ type = "git";
+ emailresponsible = false;
+ };
+ snm = {
+ value = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver master";
+ type = "git";
+ emailresponsible = false;
+ };
+ };
+ };
};
in {