mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
Document recursive-nix startDaemon/stopDaemon
This commit is contained in:
parent
0e5a5303ad
commit
de41e46175
1 changed files with 7 additions and 0 deletions
|
@ -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();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue