portable-binary-cache/README.md
raito 104c58e01e chore: more work & more explain
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-07-19 18:27:32 +02:00

22 lines
580 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
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
nix.settings.substituters = [ "https://tvix.store/forkos/" ];
nix.settings.trusted-public-keys = [ "cache.forkos.org:xfXIUJO1yiEITJmYsVmNDa9BFSlgTh/YqZ+4ei1EhQg=" ];
```