about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
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);