diff --git a/.hydra/declarative-jobsets.nix b/.hydra/declarative-jobsets.nix index c573db9..3749d04 100644 --- a/.hydra/declarative-jobsets.nix +++ b/.hydra/declarative-jobsets.nix @@ -47,6 +47,26 @@ let }; }; }; + "nixos-20.03" = { + description = "Build the nixos-20.03 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 = { + snm = { + value = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver nixos-20.03"; + type = "git"; + emailresponsible = false; + }; + }; + }; "nixos-19.09" = { description = "Build the nixos-19.09 branch of Simple NixOS MailServer"; checkinterval = "60";