From 7039b1be26629d79dbc6c615a91dabccce768368 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 11 Sep 2024 18:41:26 -0500 Subject: [PATCH] update to allow indexing other repos for krew packages. --- nixos/home/jahanson/workstation.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/home/jahanson/workstation.nix b/nixos/home/jahanson/workstation.nix index 36ec546..b9282e9 100644 --- a/nixos/home/jahanson/workstation.nix +++ b/nixos/home/jahanson/workstation.nix @@ -10,8 +10,10 @@ with config; programs.krewfile = { enable = true; krewPackage = pkgs.krew; + indexes = { + "netshoot" = "https://github.com/nilic/kubectl-netshoot.git"; + }; plugins = [ - "index netshoot https://github.com/nilic/kubectl-netshoot.git" "netshoot/netshoot" "resource-capacity" "rook-ceph"