add aarch64-darwin to built systems

This commit is contained in:
Peter Woodman 2021-08-06 02:08:12 -04:00
parent bd91450cc1
commit ed1ee1d866
No known key found for this signature in database
GPG Key ID: E2BEB7BAA835F758

View File

@ -127,7 +127,7 @@
};
};
} //
utils.lib.eachDefaultSystem (system:
utils.lib.eachSystem (utils.lib.defaultSystems ++ ["aarch64-darwin"]) (system:
let
pkgs = import nixpkgs { inherit system; overlays = [ self.overlay ]; };
in