From 2a36d422ce641c549dc0eb6da6906cec115c4c4e Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Sat, 1 Mar 2025 12:51:53 -0600 Subject: [PATCH] docs(tvix): fix typo and remove stale todo Fix "environent" typo in the Builder Protocol document. Remove "todo" label from the nixVersion builtin because it appears to have been implemented in 7fe1331570918e9eae2a9868497afba7f61ad742 Change-Id: I64aaa7cc93c8c6978cedd3bfacf756dacb4c7fc7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/13188 Tested-by: BuildkiteCI Reviewed-by: flokli --- tvix/docs/src/build/index.md | 2 +- tvix/docs/src/eval/builtins.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tvix/docs/src/build/index.md b/tvix/docs/src/build/index.md index cf9580c98..716d27ff9 100644 --- a/tvix/docs/src/build/index.md +++ b/tvix/docs/src/build/index.md @@ -9,7 +9,7 @@ This means the builder protocol is versatile enough to express the environment a Nix build expects, while not being aware of "what any of this means". For example, it is not aware of how certain environment variables are set in a -nix build, but allows specifying environent variables that should be set. +nix build, but allows specifying environment variables that should be set. It's also not aware of what nix store paths are. Instead, it allows: diff --git a/tvix/docs/src/eval/builtins.md b/tvix/docs/src/eval/builtins.md index d9fcd72cc..1f18697fb 100644 --- a/tvix/docs/src/eval/builtins.md +++ b/tvix/docs/src/eval/builtins.md @@ -87,7 +87,7 @@ The `impl` column indicates implementation status in tvix: | match | false | | | | | mul | false | | | | | nixPath | false | | | todo | -| nixVersion | false | | | todo | +| nixVersion | false | | | | | null | true | | | | | parseDrvName | false | | | | | partition | false | | | |