Home Explore Blog CI



nix

src/libstore/uds-remote-store.md
b3c30675bd7d7f169c53a48fee6e464708ee86eea439b5d80000000300000101
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`.

)"

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