From d25606df1d9259ab1125bdbaf750e642555582d7 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 10 Dec 2024 21:06:29 -0600 Subject: [PATCH] small additions --- .editorconfig | 2 -- shell.nix | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) 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 ]; }