mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 13:06:01 +01:00
findAlongAttrPath(): Throw AttrPathNotFound
(cherry picked from commit 6b0ca8e803)
This commit is contained in:
parent
edc34cc1a2
commit
1eb952d27a
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