mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Document removed WorkerProto ops
This commit is contained in:
parent
17777e3b70
commit
1af5a98955
1 changed files with 2 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ enum struct WorkerProto::Op : uint64_t {
|
|||
AddIndirectRoot = 12,
|
||||
SyncWithGC = 13,
|
||||
FindRoots = 14,
|
||||
// ExportPath = 16, // removed
|
||||
QueryDeriver = 18, // obsolete
|
||||
SetOptions = 19,
|
||||
CollectGarbage = 20,
|
||||
|
|
@ -161,6 +162,7 @@ enum struct WorkerProto::Op : uint64_t {
|
|||
QueryFailedPaths = 24,
|
||||
ClearFailedPaths = 25,
|
||||
QueryPathInfo = 26,
|
||||
// ImportPaths = 27, // removed
|
||||
QueryDerivationOutputNames = 28, // obsolete
|
||||
QueryPathFromHashPart = 29,
|
||||
QuerySubstitutablePathInfos = 30,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue