From b012345782f415d3704f54d3bd2d22303f00d950 Mon Sep 17 00:00:00 2001 From: tslil Date: Thu, 27 Aug 2026 14:01:58 +0100 Subject: sand: bind nix and jj directories --- sand | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- cgit v1.2.3