Add support for aarch64-darwin

This commit is contained in:
Van Tuan Vo 2021-07-08 19:12:09 +02:00 committed by Jörg Thalheim
parent 08afb3d1db
commit ee7edec50b

View file

@ -3,7 +3,7 @@
outputs = { self, 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
rec {
# Naersk is not a package, not an app, not a module... It's just a Library