mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
* Support exportPath() in remote mode.
This commit is contained in:
parent
dc7d594776
commit
0f5da8a83c
4 changed files with 42 additions and 5 deletions
|
@ -26,10 +26,13 @@ typedef enum {
|
|||
wopSyncWithGC,
|
||||
wopFindRoots,
|
||||
wopCollectGarbage,
|
||||
wopExportPath,
|
||||
wopImportPath,
|
||||
} WorkerOp;
|
||||
|
||||
|
||||
#define STDERR_NEXT 0x6f6c6d67
|
||||
#define STDERR_DATA 0x64617461
|
||||
#define STDERR_LAST 0x616c7473
|
||||
#define STDERR_ERROR 0x63787470
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue