cache.snix.dev

This is the binary cache for everything built by the Snix CI.

Set it as a substituter if you want to reuse CI artifacts:

nix.settings.trusted-public-keys = [
  "cache.snix.dev-1:miTqzIzmCbX/DyK2tLNXDROk77CbbvcRdWA4y2F8pno="
];
nix.settings.substituters = [
  "https://cache.snix.dev"
];

The cache is provided by snix-store daemon and nar-bridge.
We also expose the snix-[ca]store gRPC interfaces on the same domain
(read-only, no listing).

Keep in mind there's no guarantees on paths being available, they might get
GC'ed eventually.