hydra: add Redoxpkgs project

This commit is contained in:
Antoine Eiche 2020-07-28 22:25:05 +02:00
parent 404d834c32
commit 951c617fe7

View file

@ -16,5 +16,12 @@
description = "A complete and Simple Nixos Mailserver";
homepage = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver";
};
redoxpkgs = {
displayName = "Redoxpkgs";
inputValue = "https://github.com/nix-community/redoxpkgs";
specFile = ".hydra/spec.json";
description = "Packages for Redox";
homepage = "https://github.com/nix-community/redoxpkgs";
};
};
}