We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db39d1 commit 7758ca6Copy full SHA for 7758ca6
flake.nix
@@ -42,6 +42,7 @@
42
let
43
rustToolchain = pkgs.rust-bin.${toolchain}.latest.default.override {
44
targets = [
45
+ "aarch64-apple-darwin"
46
"wasm32-unknown-unknown"
47
"wasm32-wasip1"
48
];
0 commit comments