The `rainix` flake input in `flake.lock` is pinned to rev `f3bdb28f` (2024-05-03). Latest `rainlanguage/rainix` main is `d444279b` (2026-05-19) — roughly two years of drift.
Why bump now
Notable changes upstream since the current pin (chronological, recent first):
Suggested approach
```
nix flake lock --update-input rainix
```
and verify:
- `nix develop` still works (now without the `npm ci` on every entry once the lockfile is in sync)
- all CI workflows resolve their reusable workflows correctly
- `rust-shell` has `anvil` available
- no chromium-dependent test paths still reference the dropped pkg
The bump touches `flake.lock` only; no code changes expected. If `rainix-rs-wasm-test` is now upstream, this repo's local copy of the workflow can be retired.
🤖 Generated with Claude Code
The `rainix` flake input in `flake.lock` is pinned to rev `f3bdb28f` (2024-05-03). Latest `rainlanguage/rainix` main is `d444279b` (2026-05-19) — roughly two years of drift.
Why bump now
Notable changes upstream since the current pin (chronological, recent first):
Suggested approach
```
nix flake lock --update-input rainix
```
and verify:
The bump touches `flake.lock` only; no code changes expected. If `rainix-rs-wasm-test` is now upstream, this repo's local copy of the workflow can be retired.
🤖 Generated with Claude Code