fix: use hydra-unstable
This commit is contained in:
parent
7320f4f27d
commit
aeacca2a0e
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ in {
|
||||||
environment = {
|
environment = {
|
||||||
inherit (cfg.systemd.services.hydra-init.environment) HYDRA_DBI;
|
inherit (cfg.systemd.services.hydra-init.environment) HYDRA_DBI;
|
||||||
};
|
};
|
||||||
path = with pkgs; [ hydra netcat ];
|
path = with pkgs; [ hydra-unstable netcat ];
|
||||||
script = ''
|
script = ''
|
||||||
set -e
|
set -e
|
||||||
export HYDRA_ADMIN_PASSWORD=$(cat ${cfg.services.hydra.adminPasswordFile})
|
export HYDRA_ADMIN_PASSWORD=$(cat ${cfg.services.hydra.adminPasswordFile})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue