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 }}