diff --git a/flake.nix b/flake.nix index d39e68c..0f78760 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ buildInputs = with pkgs; [ (rust-bin.stable.latest.default.override { extensions = [ "rust-src" ]; - targets = ["aarch64-apple-darwin" ]; + targets = ["aarch64-apple-darwin" "x86_64-apple-darwin"]; }) cargo-bloat ] ++ native-deps;