We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb362a commit ca61d4eCopy full SHA for ca61d4e
README.md
@@ -20,12 +20,12 @@ wrap -n npm install
20
21
### GUI Application using nix3-run
22
23
-> You need to run a GUI application, but you want limit access to your filesystem.
+> You need to run a GUI application, but you want limit access to your filesystem and environment variables.
24
25
-To run software using `nix3-run`, in this case vscodium with network and display access, without access to your home directory:
+To run vscodium using `nix3-run` with network and display access, only writing to `$HOME/some-dir`:
26
27
```shell
28
-wrap -n -d -p nix run nixpkgs#vscodium
+wrap -n -d -p -w $HOME/some-dir nix run nixpkgs#vscodium
29
```
30
31
### Python tool
0 commit comments