mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +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"),
|
.or_ = symbols.create("or"),
|
||||||
.findFile = symbols.create("__findFile"),
|
.findFile = symbols.create("__findFile"),
|
||||||
.nixPath = symbols.create("__nixPath"),
|
.nixPath = symbols.create("__nixPath"),
|
||||||
.body = symbols.create("body")
|
.body = symbols.create("body"),
|
||||||
}
|
}
|
||||||
, repair(NoRepair)
|
, repair(NoRepair)
|
||||||
, emptyBindings(0)
|
, emptyBindings(0)
|
||||||
|
Loading…
Reference in New Issue
Block a user