TäysiTsuki
December 2, 2025 · View on GitHub
Pivot Away
Use Binary Cache
The binary cache is hosted using Cachix,
- Add
https://nuirrce.cachix.orgto substituter list - Add pubkey
nuirrce.cachix.org-1:KQWa6ZfDkMPXeDiUpmyDhNw4CmgybPyeVklmi/1Rtqk=
Notes on Setup GitHub Actions
Necessary Permission
- Find
Actions/Generalin Settings. - Select
Read and write permissionsunder Workflow permissions. - Enable
Allow Github Actions to create...pull requests.
Setup Cachix
- Obtain the token from Cachix dashboard.
- Put the token in a secret named
CACHIX_AUTH_TOKEN.