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] {{ $installSystemRustup := promptBoolOnce "Install rustup from system or asdf ?" true -}}
SYSTEM_RUSTUP = true
[data.system]
rustup = {{ $installSystemRustup }}

View File

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