mirror of
https://github.com/NixOS/nix.git
synced 2025-12-23 09:21:09 +01:00
This will facilitate breaking up Nix into multiple packages for each component with Meson.
9 lines
257 B
Markdown
9 lines
257 B
Markdown
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`.
|
|
|
|
)"
|