diff options
| author | tslilc <tslil@posteo.de> | 2026-03-16 21:18:28 +0000 |
|---|---|---|
| committer | tslilc <tslil@posteo.de> | 2026-03-16 21:18:28 +0000 |
| commit | 4ccfc6e2fd4b5ef445b883c03b3be8c911286bdc (patch) | |
| tree | 9418ea99f190efaa302859e412ff873cc02959b9 | |
| parent | e2f7a1ff26da50da9a23c80423ac461244b81f2d (diff) | |
soc: add rustup env
| -rwxr-xr-x | soc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ bwrap \ --bind ~/.cache/opencode /home/$(whoami)/.cache/opencode \ --bind ~/code/workspace /home/$(whoami)/project \ --bind ~/.local/bin/vibe /home/$(whoami)/.local/bin/vibe \ + --bind ~/.cargo /home/$(whoami)/.cargo \ + --bind ~/.rustup /home/$(whoami)/.rustup \ --clearenv \ --setenv HOME /home/$(whoami) \ --setenv USER $(whoami) \ |
