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

Document removed WorkerProto ops

This commit is contained in:
Eelco Dolstra 2025-10-27 15:09:03 +01:00
parent 17777e3b70
commit 1af5a98955

View file

@ -152,6 +152,7 @@ enum struct WorkerProto::Op : uint64_t {
AddIndirectRoot = 12, AddIndirectRoot = 12,
SyncWithGC = 13, SyncWithGC = 13,
FindRoots = 14, FindRoots = 14,
// ExportPath = 16, // removed
QueryDeriver = 18, // obsolete QueryDeriver = 18, // obsolete
SetOptions = 19, SetOptions = 19,
CollectGarbage = 20, CollectGarbage = 20,
@ -161,6 +162,7 @@ enum struct WorkerProto::Op : uint64_t {
QueryFailedPaths = 24, QueryFailedPaths = 24,
ClearFailedPaths = 25, ClearFailedPaths = 25,
QueryPathInfo = 26, QueryPathInfo = 26,
// ImportPaths = 27, // removed
QueryDerivationOutputNames = 28, // obsolete QueryDerivationOutputNames = 28, // obsolete
QueryPathFromHashPart = 29, QueryPathFromHashPart = 29,
QuerySubstitutablePathInfos = 30, QuerySubstitutablePathInfos = 30,