feat: Update flakes with proper wasm compilation
Some checks failed
build / codecov (push) Waiting to run
build / checks-matrix (push) Failing after 3h14m3s
docs / docs (push) Failing after 3h14m1s
build / checks-build (push) Has been cancelled

This commit is contained in:
2026-02-25 16:06:55 +05:30
parent 1b47ed48ea
commit 17d21dbc66
2 changed files with 28 additions and 19 deletions

11
flake.lock generated
View File

@@ -34,10 +34,10 @@
"crates-io-index": {
"flake": false,
"locked": {
"lastModified": 1763363725,
"narHash": "sha256-cxr5xIKZFP45yV1ZHFTB1sHo5YGiR3FA8D9vAfDizMo=",
"lastModified": 1772013874,
"narHash": "sha256-WwDhEeVOnAfH1PKpqHNdGFylmbtmTk5hk7cS+0C6Scg=",
"ref": "refs/heads/master",
"rev": "0382002e816a4cbd17d8d5b172f08b848aa22ff6",
"rev": "94b5f7911c9131b53988424c964f721a3f22714d",
"shallow": true,
"type": "git",
"url": "https://github.com/rust-lang/crates.io-index"
@@ -50,7 +50,9 @@
},
"crates-nix": {
"inputs": {
"crates-io-index": "crates-io-index"
"crates-io-index": [
"crates-io-index"
]
},
"locked": {
"lastModified": 1763364255,
@@ -124,6 +126,7 @@
"inputs": {
"advisory-db": "advisory-db",
"crane": "crane",
"crates-io-index": "crates-io-index",
"crates-nix": "crates-nix",
"flake-utils": "flake-utils",
"nix-github-actions": "nix-github-actions",