Drop ImportError and FindError
We're not catching these anywhere.
This commit is contained in:
@@ -15,8 +15,6 @@ MakeError(AssertionError, EvalError)
|
||||
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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user