feat(tvix/eval): add builtins.{floor,ceil}
Change-Id: I4e6c4f96f6f5097a5c637eb3dbbd7bb8b34b7d52 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7032 Autosubmit: j4m3s <james.landrein@gmail.com> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
bd0bf6ea7d
commit
8425c2016c
7 changed files with 13 additions and 0 deletions
|
@ -46,7 +46,9 @@ let
|
|||
# Ordering change after 2.3
|
||||
"eval-okay-xml.nix" = [ nix ];
|
||||
# Missing builtins in Nix 2.3
|
||||
"eval-okay-ceil.nix" = [ nix ];
|
||||
"eval-okay-floor-ceil.nix" = [ nix ];
|
||||
"eval-okay-floor.nix" = [ nix ];
|
||||
"eval-okay-groupBy.nix" = [ nix ];
|
||||
"eval-okay-zipAttrsWith.nix" = [ nix ];
|
||||
# Comparable lists are not in Nix 2.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue