From 9d9b370215e359e2b501f0ceb7f2de485d83d483 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 11 Sep 2024 16:17:12 -0500 Subject: [PATCH] testing new index feature for krewfile --- nixos/home/jahanson/workstation.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/home/jahanson/workstation.nix b/nixos/home/jahanson/workstation.nix index 1de44ff..36ec546 100644 --- a/nixos/home/jahanson/workstation.nix +++ b/nixos/home/jahanson/workstation.nix @@ -11,6 +11,8 @@ with config; enable = true; krewPackage = pkgs.krew; plugins = [ + "index netshoot https://github.com/nilic/kubectl-netshoot.git" + "netshoot/netshoot" "resource-capacity" "rook-ceph" ];