From 665139d90afa0559bd89c985b33713d5f2d8ccdb Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 3 Mar 2024 16:18:17 +0100 Subject: [PATCH] Up. --- .chezmoi.toml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 1c4a4b1..bc64e56 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -1,4 +1,4 @@ {{ $installSystemRustup := promptBoolOnce "Install rustup from system or asdf ?" true -}} -[data] - installSystemRustup = {{ $installSystemRustup }} +[scriptEnv] + installSystemRustup = {{ $installSystemRustup }}