* Allow null in derivation bindings.
This commit is contained in:
parent
cfaea07444
commit
90e26d392c
|
@ -115,6 +115,8 @@ static string processBinding(EvalState & state, Expr e, NixExpr & ne)
|
|||
return s;
|
||||
}
|
||||
|
||||
if (ATmatch(e, "Null")) return "";
|
||||
|
||||
throw badTerm("invalid derivation binding", e);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue