chore: use system version of kubectl

This commit is contained in:
2025-10-15 15:39:56 +05:00
parent 7c0edd8fd4
commit 0696f199cd

View File

@@ -31,7 +31,6 @@
devShell = pkgs.mkShell { devShell = pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
kubernetes-helm kubernetes-helm
kubectl
(kubectl.withKrewPlugins (plugins: with plugins; [ (kubectl.withKrewPlugins (plugins: with plugins; [
cnpg cnpg
])) ]))