From 0696f199cd35a9d86302f69a198bcb04856762df Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Wed, 15 Oct 2025 15:39:56 +0500 Subject: [PATCH] chore: use system version of kubectl --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index b4bc4ee..88c94cb 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,6 @@ devShell = pkgs.mkShell { buildInputs = with pkgs; [ kubernetes-helm - kubectl (kubectl.withKrewPlugins (plugins: with plugins; [ cnpg ]))