diff options
author | Florian Klink <flokli@flokli.de> | 2024-05-11T14·58+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-05-11T15·07+0000 |
commit | 11850249c8168ee91fafb0eef5ce23f0e4be618f (patch) | |
tree | f3db65f8d288474437c41de2822c37712a90a009 | |
parent | 728ceda8a6a2fd74d9be5739f7c47e3eabb36ff8 (diff) |
docs(tvix/docs): async nar reader is done r/8111
Change-Id: I4e8fd03d521b7d30904f84a6afcf842f1505ec7b Reviewed-on: https://cl.tvl.fyi/c/depot/+/11628 Tested-by: BuildkiteCI Reviewed-by: Connor Brewster <cbrewster@hey.com> Autosubmit: flokli <flokli@flokli.de>
-rw-r--r-- | tvix/docs/src/TODO.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tvix/docs/src/TODO.md b/tvix/docs/src/TODO.md index f06a9b852da4..8fb22ea82295 100644 --- a/tvix/docs/src/TODO.md +++ b/tvix/docs/src/TODO.md @@ -130,11 +130,8 @@ logs etc, but this is something requiring a lot of designing. - [redb](https://www.redb.org/) backend - sqlite backend (different schema than the Nix one, we need the root nodes data!) -### Nix-compat -- Async NAR reader (@edef?) - ### Nix Daemon protocol -- Some work ongoing on the worker operation parsing. Partially blocked on the async NAR reader. +- Some work ongoing on the worker operation parsing (griff, picnoir) ### O11Y - gRPC trace propagation (cl/10532) |