From 7571938acb344898ba678d15ced027b7b1bc3e1b Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 3 Mar 2024 16:19:51 +0100 Subject: [PATCH] Up. --- .chezmoi.toml.tmpl | 2 +- .../run_onchange_after_10-install-packages.sh.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index bc64e56..b98444e 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -1,4 +1,4 @@ {{ $installSystemRustup := promptBoolOnce "Install rustup from system or asdf ?" true -}} [scriptEnv] - installSystemRustup = {{ $installSystemRustup }} + SYSTEM_RUSTUP = {{ $installSystemRustup }} diff --git a/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl index cbf9537..5e8ed6e 100644 --- a/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl @@ -26,7 +26,7 @@ packages=( zoxide ) -log "Rustup var: {{ .installSystemRustup | quote -}}" +log "Rustup var: $SYSTEM_RUSTUP" {{ if (eq .chezmoi.osRelease.id "manjaro" "arch") -}}