From e5432574e2d54388eb52292da540f2d4de07e9dc Mon Sep 17 00:00:00 2001 From: Spencer Baugh Date: Wed, 31 Jan 2018 22:47:16 +0000 Subject: document ability to set NIX_REMOTE=unix://path/to/socket --- src/libstore/store-api.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh index c0e735cd3..b21d3dd8a 100644 --- a/src/libstore/store-api.hh +++ b/src/libstore/store-api.hh @@ -705,6 +705,9 @@ void removeTempRoots(); * ‘daemon’: The Nix store accessed via a Unix domain socket connection to nix-daemon. + * ‘unix://’: The Nix store accessed via a Unix domain socket + connection to nix-daemon, with the socket located at . + * ‘auto’ or ‘’: Equivalent to ‘local’ or ‘daemon’ depending on whether the user has write access to the local Nix store/database. -- cgit v1.2.3