add x86 to supported macintoshes

This commit is contained in:
Rph 2025-04-16 18:45:46 +02:00
parent 6eb5da9599
commit 2335d67f8d

View File

@ -42,7 +42,7 @@
buildInputs = with pkgs; [ buildInputs = with pkgs; [
(rust-bin.stable.latest.default.override { (rust-bin.stable.latest.default.override {
extensions = [ "rust-src" ]; extensions = [ "rust-src" ];
targets = ["aarch64-apple-darwin" ]; targets = ["aarch64-apple-darwin" "x86_64-apple-darwin"];
}) })
cargo-bloat cargo-bloat
] ++ native-deps; ] ++ native-deps;