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:
parent
00215a74a1
commit
1a12418e56
2 changed files with 27 additions and 17 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue