From b2d46aed2b6e729ea7be3986f9020a57851ddae1 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 10 Dec 2021 18:58:33 +0300 Subject: fix(tvl-buildkite): Add more missing programs to agent path ... 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 --- ops/modules/tvl-buildkite.nix | 2 ++ 1 file changed, 2 insertions(+) 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 ]; -- cgit 1.4.1