Andreas Enge <[email protected]> skribis: > Am Donnerstag, 13. Dezember 2012 schrieb Ludovic Courtès: >> So now, unless ‘--disable-daemon’ is passed, a ‘guix-daemon’ binary is >> built from C++, mostly taken from upstream Nix. > > I also tried "--disable-daemon". It does not make and install the daemon, > but guix-package still tries to communicate with a socket in the > installation directory. So it does not cooperate with the nix-worker > anymore.
Yes: in that case, you should use --localstatedir to specify the place where nix-worker has its data and socket. I guess README should mention it. Ludo’.
