From 775ea030b4fd150c5e904b68d335cd821e51b53f Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Fri, 19 May 2023 13:00:36 -0600 Subject: [PATCH] README.md: Track tasks in issues instead --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 0dc8c1c..033997a 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,3 @@ cargo build --release --target aarch64-unknown-linux-musl nix copy --to 'http://127.0.0.1:3000' $(which bash) nix-store --store $PWD/test-root --extra-substituters 'http://localhost:3000' --option require-sigs false -r $(which bash) ``` - -## TODO - -- [ ] Make a GitHub Action and dogfood -- [x] Parallelize upload -- [ ] Make sure that the corresponding NAR exists before returning `.narinfo` request -- [ ] Keep in-memory cache of what's present -- [ ] Record what's accessed -- [ ] Prefetch previously-accessed NARs