diff --git a/flake.nix b/flake.nix index 9aa1880..7a1de1a 100644 --- a/flake.nix +++ b/flake.nix @@ -11,6 +11,8 @@ systems = [ "x86_64-linux" "aarch64-linux" + "x86_64-darwin" + "aarch64-darwin" ]; forAllSystems = nixpkgs.lib.genAttrs systems; in