Build for aarch64-darwin

This commit is contained in:
Domen Kožar 2021-05-29 19:40:56 +02:00
parent b10256af51
commit 1f390922d0
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -18,7 +18,7 @@
linux64BitSystems = [ "x86_64-linux" "aarch64-linux" ];
linuxSystems = linux64BitSystems ++ [ "i686-linux" ];
systems = linuxSystems ++ [ "x86_64-darwin" ];
systems = linuxSystems ++ [ "x86_64-darwin" "aarch64-darwin" ];
forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system);