1
0
This commit is contained in:
Jeff Lance 2024-03-03 16:19:51 +01:00
parent 665139d90a
commit 7571938acb
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{{ $installSystemRustup := promptBoolOnce "Install rustup from system or asdf ?" true -}}
[scriptEnv]
installSystemRustup = {{ $installSystemRustup }}
SYSTEM_RUSTUP = {{ $installSystemRustup }}

View File

@ -26,7 +26,7 @@ packages=(
zoxide
)
log "Rustup var: {{ .installSystemRustup | quote -}}"
log "Rustup var: $SYSTEM_RUSTUP"
{{ if (eq .chezmoi.osRelease.id "manjaro" "arch") -}}