Compare commits

..

No commits in common. "7796045b13a4c12d36daae0db757d9e2612595f3" and "c595a3d87920f97c7529622cef2e19d177a45ce4" have entirely different histories.

View File

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