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 = {
|
||||
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})
|
||||
|
|
Loading…
Add table
Reference in a new issue