diff --git a/.chezmoi.toml b/.chezmoi.toml new file mode 100644 index 0000000..07b221b --- /dev/null +++ b/.chezmoi.toml @@ -0,0 +1,2 @@ +[scriptEnv] + SYSTEM_RUSTUP = true diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl deleted file mode 100644 index b98444e..0000000 --- a/.chezmoi.toml.tmpl +++ /dev/null @@ -1,4 +0,0 @@ -{{ $installSystemRustup := promptBoolOnce "Install rustup from system or asdf ?" true -}} - -[scriptEnv] - SYSTEM_RUSTUP = {{ $installSystemRustup }}