Skip to content

Commit ca61d4e

Browse files
committed
docs: update examples
1 parent afb362a commit ca61d4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ wrap -n npm install
2020

2121
### GUI Application using nix3-run
2222

23-
> You need to run a GUI application, but you want limit access to your filesystem.
23+
> You need to run a GUI application, but you want limit access to your filesystem and environment variables.
2424
25-
To run software using `nix3-run`, in this case vscodium with network and display access, without access to your home directory:
25+
To run vscodium using `nix3-run` with network and display access, only writing to `$HOME/some-dir`:
2626

2727
```shell
28-
wrap -n -d -p nix run nixpkgs#vscodium
28+
wrap -n -d -p -w $HOME/some-dir nix run nixpkgs#vscodium
2929
```
3030

3131
### Python tool

0 commit comments

Comments
 (0)