Compare commits

..

2 Commits

Author SHA1 Message Date
Rph
7796045b13 Merge branch 'main' of git.colon-three.com:rph/tundlebool 2025-04-16 18:46:16 +02:00
Rph
2335d67f8d add x86 to supported macintoshes 2025-04-16 18:45:46 +02:00

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;