about summary refs log tree commit diff
path: root/tvix/eval/docs
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/eval/docs')
-rw-r--r--tvix/eval/docs/builtins.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/tvix/eval/docs/builtins.md b/tvix/eval/docs/builtins.md
index fe11af0634..b5f0053031 100644
--- a/tvix/eval/docs/builtins.md
+++ b/tvix/eval/docs/builtins.md
@@ -118,3 +118,14 @@ See also https://nixos.org/manual/nix/stable/expressions/builtins.html
 | unsafeGetAttrPos              | false  |       |      |
 | valueSize                     | false  |       |      |
 
+## Added after C++ Nix 2.3 (without Flakes enabled)
+
+| name          | global | arity | pure  |
+|---------------|--------|-------|-------|
+| break         | false  | 1     |       |
+| ceil          | false  | 1     | true  |
+| fetchTree     | true   | 1     |       |
+| floor         | false  | 1     | true  |
+| groupBy       | false  | 2     | true  |
+| traceVerbose  | false  | 2     |       |
+| zipAttrsWith  | false  | 2     | true  |