mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41:15 +02:00
Add narFromPath op to nix daemon
This commit is contained in:
parent
a705e8ce0a
commit
b4b5e9ce2f
2 changed files with 9 additions and 0 deletions
|
@ -46,6 +46,7 @@ typedef enum {
|
|||
wopVerifyStore = 35,
|
||||
wopBuildDerivation = 36,
|
||||
wopAddSignatures = 37,
|
||||
wopNarFromPath = 38
|
||||
} WorkerOp;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue