about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-12-10T07·20+0300
committerVincent Ambo <mail@tazj.in>2021-12-10T07·21+0300
commita9dd719e7cc517c929ccc73e1ebad8c06596da64 (patch)
tree26e4e48999a4c90bd69aef99b390f518b74c3409 /ops
parent59f97332b3076afe80ed3fe92eb0e1da676e3a99 (diff)
chore(tvl-buildkite): Add jq and curl to agent paths r/3171
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
Diffstat (limited to 'ops')
-rw-r--r--ops/modules/tvl-buildkite.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/modules/tvl-buildkite.nix b/ops/modules/tvl-buildkite.nix
index a0236a5e79..56e49c9912 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);