hail: strip semicolon from URL

This commit is contained in:
Ehmry - 2019-11-30 18:38:32 +01:00
parent 3c15c04d90
commit c6eb35ebcd
1 changed files with 1 additions and 1 deletions

View File

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