Skip to content

Commit

Permalink
hydra-evaluator: depend on jq
Browse files Browse the repository at this point in the history
(cherry picked from commit 7bd918b)
Signed-off-by: Domen Kožar <domen@dev.si>
  • Loading branch information
domenkozar committed Jun 21, 2017
1 parent 14732f8 commit 2b31e72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ in
{ wantedBy = [ "multi-user.target" ];
requires = [ "hydra-init.service" ];
after = [ "hydra-init.service" "network.target" ];
path = [ cfg.package pkgs.nettools ];
path = with pkgs; [ cfg.package nettools jq ];
environment = env;
serviceConfig =
{ ExecStart = "@${cfg.package}/bin/hydra-evaluator hydra-evaluator";
Expand Down

0 comments on commit 2b31e72

Please sign in to comment.