mirror of
https://github.com/NixOS/nix
synced 2025-06-26 15:51:15 +02:00
findFile: Realise the context of the path attributes
This commit is contained in:
parent
a8fb575c98
commit
718f20da6d
2 changed files with 51 additions and 24 deletions
|
@ -16,6 +16,7 @@ MakeError(ThrownError, AssertionError)
|
|||
MakeError(Abort, EvalError)
|
||||
MakeError(TypeError, EvalError)
|
||||
MakeError(ImportError, EvalError) // error building an imported derivation
|
||||
MakeError(FindError, EvalError) // error building a nix-path component
|
||||
MakeError(UndefinedVarError, Error)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue