Skip to content

Commit 7bd918b

Browse files
committedJun 21, 2017
hydra-evaluator: depend on jq
1 parent be4a4ef commit 7bd918b

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.