From 9ea22bec2f60806836cfd11f7276276c80391364 Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:29:14 +0200 Subject: [PATCH] scripts: fix get-credentials Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- packages/scripts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/scripts.nix b/packages/scripts.nix index 326113daaf..13dca7e5af 100644 --- a/packages/scripts.nix +++ b/packages/scripts.nix @@ -334,7 +334,7 @@ name = "extract-policies"; runtimeInputs = with pkgs; [ google-cloud-sdk - merge-kube-config + scripts.merge-kube-config ]; text = '' set -euo pipefail