blob: 8df0bd6ff56e28c25960dd43737aea10bb71e8dd (
plain)
1
2
3
4
5
6
7
8
9
|
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`.
)"
|