1
0
This commit is contained in:
Jeff Lance 2024-03-03 16:26:18 +01:00
parent 3bc000a97d
commit 0a812503ea
2 changed files with 5 additions and 3 deletions

View File

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

View File

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