diff options
| author | tslil <tslil@posteo.de> | 2026-08-27 14:01:58 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-27 14:02:53 +0100 |
| commit | b012345782f415d3704f54d3bd2d22303f00d950 (patch) | |
| tree | 4208f552d9980d386dc3fff91699424763772fc3 | |
| parent | 8a1350dd8364001b93279846b96bab2b3f8dea00 (diff) | |
| -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 \ |
