Nix/src/libstore/uds-remote-store.md
2023-03-21 14:03:40 +01:00

10 lines
257 B
Markdown

R"(
**Store URL format**: `daemon`, `unix://`*path*
This store type accesses a Nix store by talking to a Nix daemon
listening on the Unix domain socket *path*. The store pseudo-URL
`daemon` is equivalent to `unix:///nix/var/nix/daemon-socket/socket`.
)"