summaryrefslogtreecommitdiff
path: root/sand
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2026-08-27 14:01:58 +0100
committertslil <tslil@posteo.de>2026-08-27 14:02:53 +0100
commitb012345782f415d3704f54d3bd2d22303f00d950 (patch)
tree4208f552d9980d386dc3fff91699424763772fc3 /sand
parent8a1350dd8364001b93279846b96bab2b3f8dea00 (diff)
sand: bind nix and jj directoriesHEADmaster
Diffstat (limited to 'sand')
-rwxr-xr-xsand2
1 files changed, 2 insertions, 0 deletions
diff --git a/sand b/sand
index f1ae7c9..70af172 100755
--- a/sand
+++ b/sand
@@ -13,10 +13,12 @@ bwrap \
--ro-bind /etc/ssl /etc/ssl \
--ro-bind /etc/ca-certificates /etc/ca-certificates \
--ro-bind /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf \
+ --bind /nix /nix \
--dev /dev \
--proc /proc \
--tmpfs /home/$(whoami) \
--tmpfs /tmp \
+ --bind ~/.config/jj /home/$(whoami)/.config/jj \
--bind ~/.local/share/uv/ /home/$(whoami)/.local/share/uv \
--bind ~/.local/share/npm/ /home/$(whoami)/.local/share/npm \
--bind ~/.cache/uv /home/$(whoami)/.cache/uv \