Skip to content

Commit 2b31e72

Browse files
committedJun 21, 2017
hydra-evaluator: depend on jq
(cherry picked from commit 7bd918b) Signed-off-by: Domen Kožar <domen@dev.si>
1 parent 14732f8 commit 2b31e72

File tree

1 file changed

+1
-1
lines changed
  • nixos/modules/services/continuous-integration/hydra

1 file changed

+1
-1
lines changed
 

‎nixos/modules/services/continuous-integration/hydra/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ in
344344
{ wantedBy = [ "multi-user.target" ];
345345
requires = [ "hydra-init.service" ];
346346
after = [ "hydra-init.service" "network.target" ];
347-
path = [ cfg.package pkgs.nettools ];
347+
path = with pkgs; [ cfg.package nettools jq ];
348348
environment = env;
349349
serviceConfig =
350350
{ ExecStart = "@${cfg.package}/bin/hydra-evaluator hydra-evaluator";

0 commit comments

Comments
 (0)
Please sign in to comment.