From a9dd719e7cc517c929ccc73e1ebad8c06596da64 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 10 Dec 2021 10:20:51 +0300 Subject: 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 --- ops/modules/tvl-buildkite.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'ops') diff --git a/ops/modules/tvl-buildkite.nix b/ops/modules/tvl-buildkite.nix index a0236a5e7956..56e49c991238 100644 --- a/ops/modules/tvl-buildkite.nix +++ b/ops/modules/tvl-buildkite.nix @@ -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); -- cgit 1.4.1