chore: update flake with indexer fix

This commit is contained in:
erhant 2026-07-01 22:31:57 +03:00
parent d177da4356
commit 5e5e641311
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View File

@ -1574,16 +1574,16 @@
"rust-rapidsnark": "rust-rapidsnark"
},
"locked": {
"lastModified": 1782820738,
"narHash": "sha256-OnXBx3nD/r7vCzZwh/RXmoqbtNF9rG+ZZsWXPsXoOzk=",
"ref": "refs/tags/v0.2.0",
"rev": "a58fbce2ff48c58b7bb5001b1a27e64b9596ee3a",
"revCount": 2828,
"lastModified": 1782928201,
"narHash": "sha256-aJrKNweNUyZSjt5XYrgqU1Jin/z4CAsICJ2o2hXqQe0=",
"ref": "erhant/indexer-recoverable-invalid-blocks",
"rev": "500288459fd1c39120ba5e7b07e44284cc1f5019",
"revCount": 2844,
"type": "git",
"url": "https://github.com/logos-blockchain/logos-execution-zone"
},
"original": {
"ref": "refs/tags/v0.2.0",
"ref": "erhant/indexer-recoverable-invalid-blocks",
"type": "git",
"url": "https://github.com/logos-blockchain/logos-execution-zone"
}

View File

@ -7,7 +7,7 @@
# The LEZ indexer Rust FFI lib + header come from this flake's `indexer`
# package output (/lib/libindexer_ffi.* + /include/indexer_ffi.h). It is a
# prebuilt Nix derivation, so mkExternalLib consumes it directly (no build).
logos-execution-zone.url = "git+https://github.com/logos-blockchain/logos-execution-zone?ref=refs/tags/v0.2.0";
logos-execution-zone.url = "git+https://github.com/logos-blockchain/logos-execution-zone?ref=erhant/indexer-recoverable-invalid-blocks";
};
outputs =