mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Update src/libexpr/eval.cc
Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
parent
09a1128d9e
commit
80b84710b8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue