Up.
This commit is contained in:
parent
3bc000a97d
commit
0a812503ea
@ -1,2 +1,4 @@
|
||||
[scriptEnv]
|
||||
SYSTEM_RUSTUP = true
|
||||
{{ $installSystemRustup := promptBoolOnce "Install rustup from system or asdf ?" true -}}
|
||||
|
||||
[data.system]
|
||||
rustup = {{ $installSystemRustup }}
|
||||
|
@ -26,7 +26,7 @@ packages=(
|
||||
zoxide
|
||||
)
|
||||
|
||||
log "Rustup var: $SYSTEM_RUSTUP"
|
||||
log "Rustup var: {{ .system.rustup }}"
|
||||
|
||||
{{ if (eq .chezmoi.osRelease.id "manjaro" "arch") -}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user