1
0
Fork 0
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:
Eelco Dolstra 2006-12-04 14:21:39 +00:00
parent f5f0cf423f
commit 4740baf3a6
3 changed files with 37 additions and 8 deletions

View file

@ -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 */