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
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@
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;
package = (import <nixpkgs-unstable> {}).haskellPackages.hail;
};
}