mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
doc: sandbox-paths computes closures
This commit is contained in:
parent
3dbf9b5af5
commit
d5d2f50ebb
1 changed files with 4 additions and 1 deletions
|
@ -491,6 +491,9 @@ public:
|
||||||
for example, `/dev/nvidiactl?` specifies that `/dev/nvidiactl` will
|
for example, `/dev/nvidiactl?` specifies that `/dev/nvidiactl` will
|
||||||
only be mounted in the sandbox if it exists in the host filesystem.
|
only be mounted in the sandbox if it exists in the host filesystem.
|
||||||
|
|
||||||
|
If the source is in the Nix store, then its closure will be added to
|
||||||
|
the sandbox as well.
|
||||||
|
|
||||||
Depending on how Nix was built, the default value for this option
|
Depending on how Nix was built, the default value for this option
|
||||||
may be empty or provide `/bin/sh` as a bind-mount of `bash`.
|
may be empty or provide `/bin/sh` as a bind-mount of `bash`.
|
||||||
)",
|
)",
|
||||||
|
|
Loading…
Reference in a new issue