Update src/libexpr/eval.cc

Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
pennae 2024-01-22 15:15:53 +01:00 committed by GitHub
parent 09a1128d9e
commit 80b84710b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,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)