diff --git a/.editorconfig b/.editorconfig index 6e40cb65..e391e3ff 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,3 @@ -; https://editorconfig.org/ - root = true [*] diff --git a/shell.nix b/shell.nix index 2fec4cf9..19b06ffd 100644 --- a/shell.nix +++ b/shell.nix @@ -24,5 +24,6 @@ pkgs.mkShell { kustomize yq-go go-task + kubectl ]; }