diff options
| -rwxr-xr-x | sand | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |
