summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortslilc <tslil@posteo.de>2026-03-16 21:18:28 +0000
committertslilc <tslil@posteo.de>2026-03-16 21:18:28 +0000
commit4ccfc6e2fd4b5ef445b883c03b3be8c911286bdc (patch)
tree9418ea99f190efaa302859e412ff873cc02959b9
parente2f7a1ff26da50da9a23c80423ac461244b81f2d (diff)
soc: add rustup env
-rwxr-xr-xsoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/soc b/soc
index e1f7fb5..5b574a5 100755
--- a/soc
+++ b/soc
@@ -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) \