add x86 to supported macintoshes
This commit is contained in:
parent
6eb5da9599
commit
2335d67f8d
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user