Skip to content

Commit

Permalink
Don't consider development on darwin
Browse files Browse the repository at this point in the history
Use lima if need to build on macOS

See kachick/dotfiles#913
  • Loading branch information
kachick committed Nov 11, 2024
1 parent 0b8d664 commit b864ee0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
forAllSystems = nixpkgs.lib.genAttrs [
"x86_64-linux"
"aarch64-linux"
"x86_64-darwin"
# I don't have M1+ mac, providing this for macos-14 free runner https://github.com/actions/runner-images/issues/9741
"aarch64-darwin"
];
in
{
Expand Down

0 comments on commit b864ee0

Please sign in to comment.