diff options
author | Shea Levy <shea@shealevy.com> | 2018-02-01T18·21-0500 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2018-02-01T18·21-0500 |
commit | de96daf54f3143753073314e0c0e23851c568633 (patch) | |
tree | 9f62c0ba01167cc307c3f8f79584c67f37d3d40f /src/libstore/store-api.hh | |
parent | 19477e8815a7c9b91c82278ec0e22957c97bec16 (diff) | |
parent | e5432574e2d54388eb52292da540f2d4de07e9dc (diff) |
Merge branch 'master' of git://github.com/catern/nix
Diffstat (limited to 'src/libstore/store-api.hh')
-rw-r--r-- | src/libstore/store-api.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh index c0e735cd314c..b21d3dd8a93b 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://<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. |