Add 20.09 Hydra jobset and remove 19.09
This commit is contained in:
parent
7d2020cb36
commit
ee1ad50830
|
@ -67,8 +67,8 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"nixos-19.09" = {
|
"nixos-20.09" = {
|
||||||
description = "Build the nixos-19.09 branch of Simple NixOS MailServer";
|
description = "Build the nixos-20.09 branch of Simple NixOS MailServer";
|
||||||
checkinterval = "60";
|
checkinterval = "60";
|
||||||
enabled = "1";
|
enabled = "1";
|
||||||
nixexprinput = "snm";
|
nixexprinput = "snm";
|
||||||
|
@ -81,7 +81,7 @@ let
|
||||||
type = 0;
|
type = 0;
|
||||||
inputs = {
|
inputs = {
|
||||||
snm = {
|
snm = {
|
||||||
value = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver nixos-19.09";
|
value = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver nixos-20.09";
|
||||||
type = "git";
|
type = "git";
|
||||||
emailresponsible = false;
|
emailresponsible = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue