1
0
Fork 0
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:
Shea Levy 2014-05-30 15:43:31 -04:00 committed by Eelco Dolstra
parent a8fb575c98
commit 718f20da6d
2 changed files with 51 additions and 24 deletions

View file

@ -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)