diff --git a/flake.nix b/flake.nix index 304bc00e..a3beeb77 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ outputs = inputs@{ self, flake-parts, nixpkgs, foolnotion, pratt-parser, vdt, vstat, lbfgs }: flake-parts.lib.mkFlake { inherit inputs; } { - systems = [ "x86_64-linux" "aarch64-darwin" ]; + systems = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ]; perSystem = { pkgs, system, ... }: let diff --git a/operon.nix b/operon.nix index d0a93a0d..59695b36 100644 --- a/operon.nix +++ b/operon.nix @@ -7,6 +7,7 @@ stdenv.mkDerivation rec { cmakePreset = { "x86_64-linux" = "build-linux"; + "x86_64-darwin" = "build-linux"; "aarch64-darwin" = "build-osx"; }."${system}";