Find a file
2024-07-20 15:59:50 +02:00
modules feat(module): Add custom path info service option 2024-07-20 15:59:50 +02:00
npins feat(init): init 2024-07-06 11:31:26 +02:00
pkgs feat(tvix): update 2024-07-19 10:49:02 +02:00
tests feat(module): Add custom path info service option 2024-07-20 15:59:50 +02:00
.gitignore feat(init): init 2024-07-06 11:31:26 +02:00
default.nix feat: Add tests to root default.nix 2024-07-18 22:25:44 +02:00
README.md docs: Add README 2024-07-08 22:24:13 +02:00
shell.nix feat(init): init 2024-07-06 11:31:26 +02:00

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