1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-10-18 00:16:11 -04:00

Document recursive-nix startDaemon/stopDaemon

This commit is contained in:
Robert Hensing 2024-10-10 12:38:26 +02:00
parent 0e5a5303ad
commit de41e46175

View file

@ -225,8 +225,15 @@ struct LocalDerivationGoal : public DerivationGoal
*/ */
void writeStructuredAttrs(); void writeStructuredAttrs();
/**
* Start an in-process nix daemon thread for recursive-nix.
*/
void startDaemon(); void startDaemon();
/**
* Stop the in-process nix daemon thread.
* @see startDaemon
*/
void stopDaemon(); void stopDaemon();
/** /**