Go to file
2024-07-22 02:24:13 +02:00
modules fix(module): disable dynamicuser again 2024-07-22 02:24:13 +02:00
npins feat(init): init 2024-07-06 11:31:26 +02:00
pkgs refactor(pkgs): clean up only one big tvix pkg 2024-07-22 01:16:34 +02:00
tests fix(tests/substitution): adapt to new module 2024-07-22 01:16:54 +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
LICENSE chore(license): add license 2024-07-21 17:18:41 +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