Home Explore Blog Models CI



nix

1st chunk of `src/libstore/uds-remote-store.md`
ae8f92cd1df71d9d0734e9db09b0acaaf9b1778b55862d6a0000000100000101
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: Nix Store URL Format: Daemon/Unix Socket
Summary
This document describes two URL formats for accessing a Nix store: `daemon` and `unix://path`. Both formats enable communication with a Nix daemon listening on a Unix domain socket. The `daemon` pseudo-URL is a shorthand equivalent to `unix:///nix/var/nix/daemon-socket/socket`.