hail: rename <nixpkgs-master> to <nixpkgs-unstable>

This commit is contained in:
Astro 2019-11-12 20:49:18 +01:00
parent d10e9253de
commit 1fd053113a

View File

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