fix: use hydra-unstable

This commit is contained in:
zimbatm 2020-04-17 22:50:23 +02:00
parent 7320f4f27d
commit aeacca2a0e
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -138,7 +138,7 @@ in {
environment = {
inherit (cfg.systemd.services.hydra-init.environment) HYDRA_DBI;
};
path = with pkgs; [ hydra netcat ];
path = with pkgs; [ hydra-unstable netcat ];
script = ''
set -e
export HYDRA_ADMIN_PASSWORD=$(cat ${cfg.services.hydra.adminPasswordFile})