Fix wasm-bindgen-cli version mismatch (litmus-r5xi)
dx build fails because pkgs.dioxus-cli bundles wasm-bindgen-cli 0.2.108 but Cargo.lock requires 0.2.114. Fix by pinning wasm-bindgen-cli in flake.nix and CI.
Summary of Changes
- Added to devShell packages so it takes precedence over the version bundled by
- Pinned in and added explicit install step for CI