hydra-plugins: replace jq with perl's own canonical json output

This commit is contained in:
Jörg Thalheim
2025-09-13 09:17:54 +02:00
parent 8481acda2f
commit 7fa3da755e
4 changed files with 10 additions and 16 deletions

View File

@@ -364,7 +364,7 @@ in
requires = [ "hydra-init.service" ];
restartTriggers = [ hydraConf ];
after = [ "hydra-init.service" "network.target" ];
path = with pkgs; [ hostname-debian cfg.package jq ];
path = with pkgs; [ hostname-debian cfg.package ];
environment = env // {
HYDRA_DBI = "${env.HYDRA_DBI};application_name=hydra-evaluator";
};