mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
* Allow integer bindings in derivations.
This commit is contained in:
parent
d1d87badf6
commit
6e8c19714a
4 changed files with 25 additions and 1 deletions
|
@ -127,6 +127,7 @@ Expr evalExpr2(EvalState & state, Expr e)
|
|||
if (atMatch(m, e) >> "Str" ||
|
||||
atMatch(m, e) >> "Path" ||
|
||||
atMatch(m, e) >> "Uri" ||
|
||||
atMatch(m, e) >> "Int" ||
|
||||
atMatch(m, e) >> "Bool" ||
|
||||
atMatch(m, e) >> "Function" ||
|
||||
atMatch(m, e) >> "Attrs" ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue