Skip to content

Commit

Permalink
Merge pull request #679 from IntersectMBO/restore-aarch64-support
Browse files Browse the repository at this point in the history
Restore `aarch64` support
  • Loading branch information
palas authored Nov 12, 2024
2 parents cac8f7d + 0743775 commit d7c62a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
supportedSystems = [
"x86_64-linux"
"x86_64-darwin"
# "aarch64-linux" - disable these temporarily because the build is broken
# "aarch64-darwin" - disable these temporarily because the build is broken
"aarch64-linux"
"aarch64-darwin"
];

# see flake `variants` below for alternative compilers
Expand Down

0 comments on commit d7c62a0

Please sign in to comment.