.github: Add Cachix cache

This commit is contained in:
Zhaofeng Li 2021-11-17 22:21:00 -08:00
parent b891094b39
commit 1f738c8014
3 changed files with 17 additions and 0 deletions

View file

@ -33,6 +33,10 @@ To install the latest development version to the user profile, use `default.nix`
nix-env -if default.nix
```
### Binary Cache
A public binary cache is available at https://colmena.cachix.org, courtesy of Cachix.
## Tutorial
*See Tutorial with Flakes for usage with Nix Flakes.*