mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 18:56:16 +02:00
b973cd494f
Windows now has some basic Unix Domain Socket support, see https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/ Building `nix daemon` on Windows I've left for later, because the daemon currently forks per connection but this is not an option on Windows. But we can get the client part working right away.
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`.
|
|
|
|
)"
|