mirror of
https://github.com/NixOS/nix
synced 2025-07-02 13:31:48 +02:00
Implement nar-based addToStore for remote-store
This commit is contained in:
parent
ecba88de93
commit
584f8a62de
3 changed files with 31 additions and 2 deletions
|
@ -46,7 +46,8 @@ typedef enum {
|
|||
wopVerifyStore = 35,
|
||||
wopBuildDerivation = 36,
|
||||
wopAddSignatures = 37,
|
||||
wopNarFromPath = 38
|
||||
wopNarFromPath = 38,
|
||||
wopAddToStoreNar = 39
|
||||
} WorkerOp;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue