1
1
Fork 0
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:
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,
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,