We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17777e3 commit 1af5a98Copy full SHA for 1af5a98
src/libstore/include/nix/store/worker-protocol.hh
@@ -152,6 +152,7 @@ enum struct WorkerProto::Op : uint64_t {
152
AddIndirectRoot = 12,
153
SyncWithGC = 13,
154
FindRoots = 14,
155
+ // ExportPath = 16, // removed
156
QueryDeriver = 18, // obsolete
157
SetOptions = 19,
158
CollectGarbage = 20,
@@ -161,6 +162,7 @@ enum struct WorkerProto::Op : uint64_t {
161
162
QueryFailedPaths = 24,
163
ClearFailedPaths = 25,
164
QueryPathInfo = 26,
165
+ // ImportPaths = 27, // removed
166
QueryDerivationOutputNames = 28, // obsolete
167
QueryPathFromHashPart = 29,
168
QuerySubstitutablePathInfos = 30,
0 commit comments