1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

fix(fenix): use stable toolchain and add wasm32 target

This commit is contained in:
Ryan Cao 2023-12-14 11:04:31 +08:00
parent 00215a74a1
commit 1a12418e56
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
2 changed files with 27 additions and 17 deletions

View file

@ -18,7 +18,18 @@
direnv
fh
fenix.default.toolchain
(fenix.combine (
with fenix;
with stable; [
cargo
rustc
rustfmt
clippy
rust-src
rust-docs
targets.wasm32-unknown-unknown.stable.rust-std
]
))
fnm
deno
@ -33,7 +44,6 @@
libffi
openssl
rust-analyzer
nodePackages.typescript-language-server
dprint