No description
This repository has been archived on 2025-04-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2024-07-08 22:24:13 +02:00
modules feat: Add options for multiple decoupled caches with same storage backend 2024-07-08 19:35:59 +02:00
npins feat(init): init 2024-07-06 11:31:26 +02:00
pkgs feat(init): init 2024-07-06 11:31:26 +02:00
tests feat: Add options for multiple decoupled caches with same storage backend 2024-07-08 19:35:59 +02:00
.gitignore feat(init): init 2024-07-06 11:31:26 +02:00
default.nix feat(init): init 2024-07-06 11:31:26 +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