Standalone Home Manager configuration #6

Merged
wymiller merged 15 commits from hm-standalone-config into master 2026-02-16 19:24:08 -06:00
Showing only changes of commit f8da56fe52 - Show all commits

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