diff options
author | Vincent Ambo <mail@tazj.in> | 2021-12-10T15·58+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2021-12-10T17·13+0000 |
commit | b2d46aed2b6e729ea7be3986f9020a57851ddae1 (patch) | |
tree | 146888104bdec6f371403bf7f90e3bf92f28fb91 /ops/modules | |
parent | f43324e14140b99d42aed56af0b4b58dcf0dc841 (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/modules')
-rw-r--r-- | ops/modules/tvl-buildkite.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ops/modules/tvl-buildkite.nix b/ops/modules/tvl-buildkite.nix index 862786d79e56..38709c3cda1b 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 ]; |