chore(tvl-buildkite): Add jq and curl to agent paths

This is required for a simplification of the build pipeline (following
CL) and needs to be in a separate commit as it can not be done
atomically (merging the other commit to deploy it would immediately
break pipelines otherwise).

Change-Id: I5d8ec8f3238f79b5518d799486bf98d1d9516c43
This commit is contained in:
Vincent Ambo 2021-12-10 10:20:51 +03:00
parent 59f97332b3
commit a9dd719e7c

View file

@ -34,6 +34,7 @@ in {
inherit name;
enable = true;
tokenPath = "/etc/secrets/buildkite-agent-token";
runtimePackages = with pkgs; [ curl jq ];
hooks.post-command = "${buildkiteHooks}/bin/post-command";
};
}) agents);