We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 14732f8 commit 2b31e72Copy full SHA for 2b31e72
nixos/modules/services/continuous-integration/hydra/default.nix
@@ -344,7 +344,7 @@ in
344
{ wantedBy = [ "multi-user.target" ];
345
requires = [ "hydra-init.service" ];
346
after = [ "hydra-init.service" "network.target" ];
347
- path = [ cfg.package pkgs.nettools ];
+ path = with pkgs; [ cfg.package nettools jq ];
348
environment = env;
349
serviceConfig =
350
{ ExecStart = "@${cfg.package}/bin/hydra-evaluator hydra-evaluator";
0 commit comments