1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 02:11:15 +02:00

document ability to set NIX_REMOTE=unix://path/to/socket

This commit is contained in:
Spencer Baugh 2018-01-31 22:47:16 +00:00
parent c129fc6ee8
commit e5432574e2
2 changed files with 5 additions and 0 deletions

View file

@ -705,6 +705,9 @@ void removeTempRoots();
* daemon: The Nix store accessed via a Unix domain socket
connection to nix-daemon.
* unix://<path>: The Nix store accessed via a Unix domain socket
connection to nix-daemon, with the socket located at <path>.
* auto or : Equivalent to local or daemon depending on
whether the user has write access to the local Nix
store/database.