add nix-data to Hydra

This commit is contained in:
zimbatm 2020-10-05 20:56:37 +02:00
parent da1e5f5fc6
commit 18346ee38d
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -9,6 +9,13 @@
description = "Bleeding edge emacs overlay";
homepage = "https://github.com/nix-community/emacs-overlay";
};
nix-data = {
displayName = "nix-data";
inputValue = "https://github.com/nix-community/nix-data";
specFile = "spec.json";
description = "Standard set of packages and overlays for data-scientists";
homepage = "https://github.com/nix-community/nix-data";
};
simple-nixos-mailserver = {
displayName = "Simple NixOS MailServer";
inputValue = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver";