Standalone Home Manager configuration #6

Open
wymiller wants to merge 11 commits from hm-standalone-config into master
Showing only changes of commit f8da56fe52 - Show all commits

View File

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