Skip to content

Commit

Permalink
Add aarch64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tbidne committed Jun 14, 2024
1 parent eaddb78 commit ba11ff1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to the
[Haskell Package Versioning Policy](https://pvp.haskell.org/).

## [0.10.1]
### Added
* `aarch64` darwin and linux support.

## [0.10] -- 2024-04-16
### Changed
* Updated tools:
Expand Down Expand Up @@ -125,6 +129,7 @@ and this project adheres to the

* First version. Released on an unsuspecting world.

[0.10.1]: https://github.com/tbidne/nix-hs-tools/compare/0.10...0.10.1
[0.10]: https://github.com/tbidne/nix-hs-tools/compare/0.9.1.0...0.10
[0.9.1.0]: https://github.com/tbidne/nix-hs-tools/compare/0.9.0.1...0.9.1.0
[0.9.0.1]: https://github.com/tbidne/nix-hs-tools/compare/0.9...0.9.0.1
Expand Down
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
};
};
systems = [
"aarch64-darwin"
"aarch64-linux"
"x86_64-darwin"
"x86_64-linux"
];
Expand Down

0 comments on commit ba11ff1

Please sign in to comment.