mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-02-07 12:19:31 +00:00
![Gabriel Arazas](/assets/img/avatar_default.png)
Also added Cachix as a reminder for myself. I think I'll be using it more often at this point so. I didn't really used it previously.
611 B
611 B
Cachix
- website
- a binary cache for Nix builds; pretty convenient for distributing them from your projects
- Cachix either uses a personal auth token key or a signing per-cache key
- it also has an existing ecosystem of integrations with cloud tools such as GitHub actions
workflow:
cachix authtoken ${CACHIX_AUTHTOKEN}
nix-build | cachix push ${CACHIX_CACHE_NAME}