mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
hydra-module: add cfg.package to hydra-evaluator path
This commit is contained in:
parent
ef138dc260
commit
37715d1f46
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ in
|
|||
{ wantedBy = [ "multi-user.target" ];
|
||||
requires = [ "hydra-init.service" ];
|
||||
after = [ "hydra-init.service" "network.target" ];
|
||||
path = [ pkgs.nettools ];
|
||||
path = [ cfg.package pkgs.nettools ];
|
||||
environment = env;
|
||||
serviceConfig =
|
||||
{ ExecStart = "@${cfg.package}/bin/hydra-evaluator hydra-evaluator";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue