1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 12:10:59 +01:00

Replaced calls to drvFromPath with database calls.

This commit is contained in:
Wouter den Breejen 2007-10-19 16:43:37 +00:00
parent 1747d649c5
commit 588356c30a
11 changed files with 158 additions and 154 deletions

View file

@ -51,7 +51,8 @@ typedef enum {
wopRevertToRevision,
wopShareState,
wopUnShareState,
wopSetOptions, //39
wopLookupStatePath,
wopSetOptions, //40
} WorkerOp;