You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- If you use Apple silicon, but want to push the Intel binaries to cache, run: `nix run .#cachix-push -- --option system x86_64-darwin`.
## But why?
While pushing to a Nix cache is best done automatically by CI, there are situations where you want to manually do this. Notably, Github Actions CI [doesn't support ARM macOS yet](https://github.com/actions/runner-images/issues/2187) - so to provide a macOS cache to your team, you need to manually push to cachix (or use a different CI service).