diff --git a/common/configure_fresh_system.sh b/common/configure_fresh_system.sh index 86a6b523..4c52cd5f 100755 --- a/common/configure_fresh_system.sh +++ b/common/configure_fresh_system.sh @@ -102,10 +102,12 @@ if [[ -z $NORUST ]]; then rustup default stable rustup component add rls-preview --toolchain stable + rustup component add clippy-preview --toolchain stable rustup component add rust-analysis --toolchain stable rustup component add rust-src --toolchain stable rustup component add rls-preview --toolchain nightly + rustup component add clippy-preview --toolchain nightly rustup component add rust-analysis --toolchain nightly rustup component add rust-src --toolchain nightly