about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2024-06-08 05:24:59 -0300
committerGitHub <noreply@github.com>2024-06-08 05:24:59 -0300
commit8e687906c957df9c16162606ced28eff982db346 (patch)
treea589cf80e47d052669c8a8520d17a588984a4a25
parent4894f74d2fadbe081a46e7f88b1655fa3644bcaf (diff)
parent0e7f783fa24c32067bd7886acc13f461f4d44570 (diff)
Merge pull request #318078 from rksm/master
k3s: add bash to runtime deps for tailscale
-rw-r--r--pkgs/applications/networking/cluster/k3s/builder.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/cluster/k3s/builder.nix b/pkgs/applications/networking/cluster/k3s/builder.nix
index 247ab0f339daa..9f2909802f911 100644
--- a/pkgs/applications/networking/cluster/k3s/builder.nix
+++ b/pkgs/applications/networking/cluster/k3s/builder.nix
@@ -338,6 +338,7 @@ buildGoModule rec {
     util-linux # kubelet wants 'nsenter' from util-linux: https://github.com/kubernetes/kubernetes/issues/26093#issuecomment-705994388
     conntrack-tools
     runc
+    bash
   ];
 
   k3sKillallDeps = [