working build
fixed up krew home module
This commit is contained in:
@@ -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}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user