Skip to content

Commit

Permalink
Restore aarch64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed Nov 12, 2024
1 parent cac8f7d commit 0743775
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 0743775

Please sign in to comment.