about summary refs log tree commit diff
path: root/tvix/docs/src/TODO.md
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-05-11T14·58+0300
committerclbot <clbot@tvl.fyi>2024-05-11T15·07+0000
commit11850249c8168ee91fafb0eef5ce23f0e4be618f (patch)
treef3db65f8d288474437c41de2822c37712a90a009 /tvix/docs/src/TODO.md
parent728ceda8a6a2fd74d9be5739f7c47e3eabb36ff8 (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>
Diffstat (limited to '')
-rw-r--r--tvix/docs/src/TODO.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/tvix/docs/src/TODO.md b/tvix/docs/src/TODO.md
index f06a9b852d..8fb22ea822 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)