about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-12-10T15·58+0300
committerclbot <clbot@tvl.fyi>2021-12-10T17·13+0000
commitb2d46aed2b6e729ea7be3986f9020a57851ddae1 (patch)
tree146888104bdec6f371403bf7f90e3bf92f28fb91 /ops
parentf43324e14140b99d42aed56af0b4b58dcf0dc841 (diff)
fix(tvl-buildkite): Add more missing programs to agent path r/3194
... this option really is a pitfall! The list of programs is now the
same as in the upstream module, plus curl and jq.

Change-Id: I29edae4b2400a2724f62df9efa1dc184a8b0af5f
Diffstat (limited to 'ops')
-rw-r--r--ops/modules/tvl-buildkite.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/ops/modules/tvl-buildkite.nix b/ops/modules/tvl-buildkite.nix
index 862786d79e..38709c3cda 100644
--- a/ops/modules/tvl-buildkite.nix
+++ b/ops/modules/tvl-buildkite.nix
@@ -41,6 +41,8 @@ in {
           coreutils
           curl
           git
+          gnutar
+          gzip
           jq
           nix
         ];