Up.
This commit is contained in:
parent
3bc000a97d
commit
0a812503ea
@ -1,2 +1,4 @@
|
|||||||
[scriptEnv]
|
{{ $installSystemRustup := promptBoolOnce "Install rustup from system or asdf ?" true -}}
|
||||||
SYSTEM_RUSTUP = true
|
|
||||||
|
[data.system]
|
||||||
|
rustup = {{ $installSystemRustup }}
|
||||||
|
@ -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") -}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user