From 3bc000a97d9420e9a377c5c27dbedb22356d1e31 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 3 Mar 2024 16:22:12 +0100 Subject: [PATCH] Up. --- .chezmoi.toml | 2 ++ .chezmoi.toml.tmpl | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 .chezmoi.toml delete mode 100644 .chezmoi.toml.tmpl 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 }}