Find a file
2024-07-24 10:25:42 +02:00
binary-cache adapt to new version of binary cache module 2024-07-24 10:25:42 +02:00
npins adapt to new version of binary cache module 2024-07-24 10:25:42 +02:00
hive.nix Initial binary cache 2024-07-19 13:09:49 +02:00
README.md chore: more work & more explain 2024-07-19 18:27:32 +02:00

The portable binary cache

This is an experiment of a portable binary cache with deduplication via Tvix.

Currently hosted in Bornhack.

cache.nixos.org

nix.settings.substituters = [ "https://tvix.store/cno/" ];
nix.settings.trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" ];

## 🌶️ cache.forkos.org 🌶️

Don't ask what is this.

nix.settings.substituters = [ "https://tvix.store/forkos/" ];
nix.settings.trusted-public-keys = [ "cache.forkos.org:xfXIUJO1yiEITJmYsVmNDa9BFSlgTh/YqZ+4ei1EhQg=" ];