Add aarch64-darwin support

This commit is contained in:
Oleg Lebedev 2023-02-11 10:19:09 +11:00 committed by GitHub
parent 6a5dc1d3d5
commit b7ed622972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@
# Binary and Devshell outputs (depend on nixpkgs)
(
let
forAllSystems = nixpkgs.lib.genAttrs [ "x86_64-linux" "x86_64-darwin" "i686-linux" "aarch64-linux" ];
forAllSystems = nixpkgs.lib.genAttrs [ "x86_64-linux" "x86_64-darwin" "i686-linux" "aarch64-linux" "aarch64-darwin" ];
in {
packages = forAllSystems (system: let