mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
* Allow null in derivation bindings.
This commit is contained in:
parent
cfaea07444
commit
90e26d392c
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ static string processBinding(EvalState & state, Expr e, NixExpr & ne)
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (ATmatch(e, "Null")) return "";
|
||||||
|
|
||||||
throw badTerm("invalid derivation binding", e);
|
throw badTerm("invalid derivation binding", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue