diff --git a/flake.nix b/flake.nix index b1302b5b..c2ca7b07 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ lib = nixpkgs.lib; - supportedSystems = [ "x86_64-linux" "x86_64-darwin" ]; + supportedSystems = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ]; forAllSystems = f: lib.genAttrs supportedSystems (system: f system (import nixpkgs { inherit system; overlays = [ self.overlay ]; })