mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
Update src/libexpr/eval.cc
Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
parent
09a1128d9e
commit
80b84710b8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user