hydra: add Simple NixOS MailServer project

This commit is contained in:
Antoine Eiche 2020-04-18 01:09:06 +02:00
parent 981ae44851
commit d868105995

View file

@ -9,5 +9,12 @@
description = "Bleeding edge emacs overlay";
homepage = "https://github.com/nix-community/emacs-overlay";
};
simple-nixos-mailserver = {
displayName = "Simple NixOS MailServer";
inputValue = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver";
specFile = ".hydra/spec.json";
description = "A complete and Simple Nixos Mailserver";
homepage = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver";
};
};
}