From 8425c2016c9a29008cdec8414fc647b8076a7e34 Mon Sep 17 00:00:00 2001 From: James Landrein Date: Mon, 17 Oct 2022 23:37:47 +0200 Subject: feat(tvix/eval): add builtins.{floor,ceil} Change-Id: I4e6c4f96f6f5097a5c637eb3dbbd7bb8b34b7d52 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7032 Autosubmit: j4m3s Tested-by: BuildkiteCI Reviewed-by: tazjin Reviewed-by: grfn --- tvix/verify-lang-tests/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tvix/verify-lang-tests/default.nix') diff --git a/tvix/verify-lang-tests/default.nix b/tvix/verify-lang-tests/default.nix index 32c9d99b2b..e05ef17a85 100644 --- a/tvix/verify-lang-tests/default.nix +++ b/tvix/verify-lang-tests/default.nix @@ -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 -- cgit 1.4.1