flake.nix: Add wasm-bindgen to dev shell

This commit is contained in:
Simon Bruder 2022-07-16 17:55:26 +02:00
parent 6c0af02754
commit 1380511626
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -76,6 +76,7 @@
devShell = pkgs.mkShell {
buildInputs = with pkgs; [
wasm-bindgen-cli
wasm-pack
(rust-bin.stable.latest.default.override { targets = [ "wasm32-unknown-unknown" ]; })
];