Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit 2805d66

Browse files
committed
Update the devcontainer config
Signed-off-by: Quanyi Ma <eli@patch.sh>
1 parent 67ece5f commit 2805d66

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.devcontainer/setup.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ apt-get install -y \
2020

2121
## Install rustup and common components
2222
curl https://sh.rustup.rs -sSf | sh -s -- -y
23-
source $HOME/.cargo/env
24-
rustup install default
25-
rustup component add rustfmt
26-
rustup component add clippy
27-
cargo install cargo-expand
28-
cargo install cargo-edit
23+
source /root/.cargo/env
2924

3025
## Install Buck2
3126
wget https://github.com/facebook/buck2/releases/download/2025-02-01/buck2-x86_64-unknown-linux-musl.zst

0 commit comments

Comments
 (0)