Home Explore Blog CI



nix

1st chunk of `src/libstore/uds-remote-store.md`
054479c880bcf98f608a2a86b5cdfb3394f0d68531b8c4430000000100000101
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`.

)"

Title: Store URL Format: daemon
Summary
This section describes the `daemon` store type, which accesses a Nix store via a Nix daemon listening on a Unix domain socket. The URL `daemon` is a shortcut for `unix:///nix/var/nix/daemon-socket/socket`.