@@ -243,10 +243,9 @@ struct StaticEvalSymbols
243243{
244244 Symbol with, outPath, drvPath, type, meta, name, value, system, overrides, outputs, outputName, ignoreNulls, file,
245245 line, column, functor, toString, right, wrong, structuredAttrs, json, allowedReferences, allowedRequisites,
246- disallowedReferences, disallowedRequisites, maxSize, maxClosureSize, builder, args, gitDir, resolver, rev,
247- checkoutPath, targets, contentAddressed, impure, outputHash, outputHashAlgo, outputHashMode,
248- recurseForDerivations, description, self, epsilon, startSet, operator_, key, path, prefix, outputSpecified,
249- __meta;
246+ disallowedReferences, disallowedRequisites, maxSize, maxClosureSize, builder, args, contentAddressed, impure,
247+ outputHash, outputHashAlgo, outputHashMode, recurseForDerivations, description, self, epsilon, startSet,
248+ operator_, key, path, prefix, outputSpecified, __meta;
250249
251250 Expr::AstSymbols exprSymbols;
252251
@@ -284,11 +283,6 @@ struct StaticEvalSymbols
284283 .maxClosureSize = alloc.create (" maxClosureSize" ),
285284 .builder = alloc.create (" builder" ),
286285 .args = alloc.create (" args" ),
287- .gitDir = alloc.create (" gitDir" ),
288- .resolver = alloc.create (" resolver" ),
289- .rev = alloc.create (" rev" ),
290- .checkoutPath = alloc.create (" checkoutPath" ),
291- .targets = alloc.create (" targets" ),
292286 .contentAddressed = alloc.create (" __contentAddressed" ),
293287 .impure = alloc.create (" __impure" ),
294288 .outputHash = alloc.create (" outputHash" ),
0 commit comments