From 87bf3997cfba8d6c119b40f34883e976c92ec7f7 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Thu, 21 Nov 2024 21:47:41 -0600 Subject: [PATCH] installed locally --- shell.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 1d09aaa2..2fec4cf9 100644 --- a/shell.nix +++ b/shell.nix @@ -15,8 +15,6 @@ pkgs.mkShell { gitleaks helmfile k9s - krew - kubectl kubevirt kubernetes-helm pre-commit @@ -25,5 +23,6 @@ pkgs.mkShell { mqttui kustomize yq-go + go-task ]; }