diff --git a/flake.nix b/flake.nix index fd704ac..8eefa58 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,7 @@ # System types to support. supportedSystems = [ "x86_64-linux" + "aarch64-darwin" ]; forAllSystems = function: nixpkgs.lib.genAttrs supportedSystems