Update src/libexpr/eval.cc

Co-authored-by: John Ericson <git@JohnEricson.me>
(cherry picked from commit 80b84710b8c676620ed1e8bf8ff3bb1d5bc19b80)
Change-Id: I128555f1ae13cf0e202f565ee439f698efe12431
This commit is contained in:
eldritch horrors
2024-03-09 00:25:54 -07:00
parent f7b2476415
commit 0cf06c5ab5
+1 -1
View File
@@ -422,7 +422,7 @@ EvalState::EvalState(
.or_ = symbols.create("or"),
.findFile = symbols.create("__findFile"),
.nixPath = symbols.create("__nixPath"),
.body = symbols.create("body")
.body = symbols.create("body"),
}
, repair(NoRepair)
, emptyBindings(0)