diff --git a/home/krew.nix b/home/krew.nix index c237ec8..8169aa0 100644 --- a/home/krew.nix +++ b/home/krew.nix @@ -8,7 +8,7 @@ let in { home.activation.krew = lib.hm.dag.entryAfter [ "writeBoundary" ] '' ${lib.concatMapStringsSep "\n" (plugin: '' - $DRY_RUN_CMD ${krew}/bin/kubectl-krew install ${plugin} || true + $DRY_RUN_CMD ${krew}/bin/krew install ${plugin} || true '') plugins} ''; }