1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-02 13:31:48 +02:00

Implement buildDerivation() via the daemon

This commit is contained in:
Eelco Dolstra 2015-09-03 12:56:59 +02:00
parent 6e06a18d1b
commit 71a5161365
5 changed files with 34 additions and 2 deletions

View file

@ -43,7 +43,8 @@ typedef enum {
wopQuerySubstitutablePaths = 32,
wopQueryValidDerivers = 33,
wopOptimiseStore = 34,
wopVerifyStore = 35
wopVerifyStore = 35,
wopBuildDerivation = 36,
} WorkerOp;