working build

fixed up krew home module
This commit is contained in:
2025-12-12 15:52:04 -05:00
parent bcf5b224cb
commit f8da56fe52

View File

@@ -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}
'';
}