mirror of
https://github.com/NixOS/nix
synced 2025-06-28 22:01:15 +02:00
findAlongAttrPath(): Throw AttrPathNotFound
This commit is contained in:
parent
c101b29133
commit
6b0ca8e803
2 changed files with 4 additions and 2 deletions
|
@ -7,6 +7,8 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
MakeError(AttrPathNotFound, Error);
|
||||
|
||||
Value * findAlongAttrPath(EvalState & state, const string & attrPath,
|
||||
Bindings & autoArgs, Value & vIn);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue