docs: Add README

This commit is contained in:
sinavir 2024-07-08 22:11:55 +02:00
parent 279a3d67e5
commit a97ead90c3

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# Nix binary cache using tvix-store
This repo contains a nix expression to host multiple binary caches using tvix-store and nar-bridge.
Check the tests to see how to deploy
## TODO
- [ ] Provide examples on how to do auth with nginx
- [ ] Design a cli to add cache to nix conf
- [ ] Design the process to handle signatures and implement it