docs(tvix/eval): remove the note on the private repo

... because we are basically caught up now!

Change-Id: Icdc06ff7ca5729c21301f009e94acfcd0f80879a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6503
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: flokli <flokli@flokli.de>
Reviewed-by: grfn <grfn@gws.fyi>
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2022-09-11 15:35:06 +03:00 committed by clbot
parent 3f1df1916f
commit 6ab73c48f6

View file

@ -2,18 +2,15 @@ Tvix Evaluator
============== ==============
This project implements an interpreter for the Nix programming This project implements an interpreter for the Nix programming
language. language. You can experiment with an online version of the evaluator:
[tvixbolt][].
The interpreter aims to be compatible with `nixpkgs`, on the The interpreter aims to be compatible with `nixpkgs`, on the
foundation of Nix 2.3. foundation of Nix 2.3.
<!-- TODO(tazjin): Remove this note when appropriate --> **Important note:** The evaluator is not yet feature-complete, and
Work on this project is *extremely in-progress*, and the state of the while the core mechanisms (compiler, runtime, ...) have stabilised
project in the public repository may not necessarily reflect the state somewhat, a lot of components are still changing rapidly.
of the private codebase, as we are slowly working on publishing it.
We expect this to have caught up in a handful of weeks (as of
2022-08-12).
Please contact [TVL](https://tvl.fyi) with any questions you might Please contact [TVL](https://tvl.fyi) with any questions you might
have. have.
@ -65,3 +62,4 @@ parser is now maintained by Nix community members.
[rnix-parser]: https://github.com/nix-community/rnix-parser [rnix-parser]: https://github.com/nix-community/rnix-parser
[rip]: https://www.redox-os.org/news/open-source-mental-health/ [rip]: https://www.redox-os.org/news/open-source-mental-health/
[tvixbolt]: https://tazj.in/blobs/tvixbolt/