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 7fe1331570

Change-Id: I64aaa7cc93c8c6978cedd3bfacf756dacb4c7fc7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/13188
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
Ben Webb 2025-03-01 12:51:53 -06:00 committed by benjaminedwardwebb
parent 3600d1abb8
commit 2a36d422ce
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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 | | | |