Skip to content

Commit

Permalink
chore(readme): remove outdated section
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jun 3, 2024
1 parent 335e17c commit b716fd4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,3 @@ nix run .#cachix-push
### Tips

- 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).

0 comments on commit b716fd4

Please sign in to comment.