lib/hail: use hail from <nixpkgs-master>

This commit is contained in:
Astro 2019-11-12 00:13:21 +01:00
parent fb0d9ccd70
commit 156ee14f98
1 changed files with 2 additions and 0 deletions

View File

@ -3,5 +3,7 @@
services.hail = {
enable = true;
hydraJobUri = "https://hydra.hq.c3d2.de/job/c3d2/hail/${config.networking.hostName}-activator;";
# Only builds > 19.09
package = (import <nixpkgs-master> {}).haskellPackages.hail;
};
}