findFile: Realise the context of the path attributes

This commit is contained in:
Shea Levy
2014-06-12 12:57:14 +02:00
committed by Eelco Dolstra
parent a8fb575c98
commit 718f20da6d
2 changed files with 51 additions and 24 deletions
+1
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)