From 12203133cd8a875decd5df8c9f1a9696592a6edc Mon Sep 17 00:00:00 2001 From: Robert Rose Date: Mon, 5 May 2025 16:57:51 +0200 Subject: [PATCH] k3s: add missing dependencies to update script --- pkgs/applications/networking/cluster/k3s/update-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/k3s/update-script.sh b/pkgs/applications/networking/cluster/k3s/update-script.sh index 8dc14006ee0f..bb77d1e53674 100755 --- a/pkgs/applications/networking/cluster/k3s/update-script.sh +++ b/pkgs/applications/networking/cluster/k3s/update-script.sh @@ -1,5 +1,5 @@ #!/usr/bin/env nix-shell -#!nix-shell -i bash -p curl gnugrep gnused jq nurl yq-go +#!nix-shell -i bash -p curl git gnugrep gnused go jq nurl yq-go set -x -eu -o pipefail