mirror of
https://github.com/NixOS/nix
synced 2025-07-05 16:31:47 +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();
|
||||
|
||||
/**
|
||||
* Start an in-process nix daemon thread for recursive-nix.
|
||||
*/
|
||||
void startDaemon();
|
||||
|
||||
/**
|
||||
* Stop the in-process nix daemon thread.
|
||||
* @see startDaemon
|
||||
*/
|
||||
void stopDaemon();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue