abort if there is a meta eval issue

This commit is contained in:
Graham Christensen 2017-12-12 20:01:20 -05:00
parent 32437dfab5
commit cee37464d0
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -20,7 +20,7 @@ let
handleEvalIssue = reason: errormsg:
if reason == "unknown-meta"
then builtins.trace errormsg true
then abort errormsg
else true;
inHydra = true;