Back to Nix

Uds Remote Store

src/libstore/uds-remote-store.md

2.35.1547 B
Original Source

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.

When path is not specified (i.e. the daemon pseudo-URL or bare unix://), the socket path is determined as follows:

  1. The NIX_DAEMON_SOCKET_PATH environment variable, if set.

  2. Otherwise, daemon-socket/socket within the state directory.

)"