diff options
Diffstat (limited to 'ops/modules/tvl-buildkite.nix')
-rw-r--r-- | ops/modules/tvl-buildkite.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ops/modules/tvl-buildkite.nix b/ops/modules/tvl-buildkite.nix index b23491338977..862786d79e56 100644 --- a/ops/modules/tvl-buildkite.nix +++ b/ops/modules/tvl-buildkite.nix @@ -36,9 +36,13 @@ in { tokenPath = "/run/agenix/buildkite-agent-token"; hooks.post-command = "${buildkiteHooks}/bin/post-command"; - runtimePackages = with pkgs; lib.mkAfter [ + runtimePackages = with pkgs; [ + bash + coreutils curl + git jq + nix ]; }; }) agents); |