forked from the-distro/ofborg
abort if there is a meta eval issue
This commit is contained in:
parent
32437dfab5
commit
cee37464d0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ let
|
|||
|
||||
handleEvalIssue = reason: errormsg:
|
||||
if reason == "unknown-meta"
|
||||
then builtins.trace errormsg true
|
||||
then abort errormsg
|
||||
else true;
|
||||
|
||||
inHydra = true;
|
||||
|
|
Loading…
Reference in a new issue