cmacrae / spacebar

A minimal status bar for macOS. Ideal for use with tiling window managers like yabai
MIT License
1.22k stars 52 forks source link

"error: cannot find flake attribute 'github:cmacrae/spacebar/v1.3.0#defaultApp.aarch64-darwin'" #90

Closed shaunsingh closed 2 years ago

shaunsingh commented 2 years ago

Would be nice to have arm/m1 support for the nix version:

~/v/.config (main ✓) λ nix run github:cmacrae/spacebar/v1.3.0
error: cannot find flake attribute 'github:cmacrae/spacebar/v1.3.0#defaultApp.aarch64-darwin'
cmacrae commented 2 years ago

The latest release includes support for aarch64-darwin systems. Could you please test? 🙏 I'm still on Intel

nix run github:cmacrae/spacebar/v1.4.0
shaunsingh commented 2 years ago

Works for me, thanks!