mirror of
https://github.com/NixOS/nix
synced 2025-07-03 06:11:46 +02:00
* When NIX_REMOTE=daemon, connect to /nix/var/nix/daemon.socket
instead of forking a worker.
This commit is contained in:
parent
f5f0cf423f
commit
4740baf3a6
3 changed files with 37 additions and 8 deletions
|
@ -28,4 +28,9 @@ typedef enum {
|
|||
#define STDERR_ERROR 0x63787470
|
||||
|
||||
|
||||
/* The default location of the daemon socket, relative to
|
||||
nixStateDir. */
|
||||
#define DEFAULT_SOCKET_PATH "/daemon.socket"
|
||||
|
||||
|
||||
#endif /* !__WORKER_PROTOCOL_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue