diff --git a/flake.lock b/flake.lock index b330ede..5063187 100644 --- a/flake.lock +++ b/flake.lock @@ -1348,16 +1348,16 @@ "rust-rapidsnark": "rust-rapidsnark" }, "locked": { - "lastModified": 1782215206, - "narHash": "sha256-BKwz2qgH2Mu1fSCooc203iYOcxBREcjLnFDF07Ro/H0=", - "ref": "erhant/fix-indexer-ffi", - "rev": "84c84d885af1f6ccf3ae76a99d93183dbdc3a925", - "revCount": 2778, + "lastModified": 1782219627, + "narHash": "sha256-mF9P5483XSGudP69VWlCeRTYFocklDwHGvPNujnDxTM=", + "ref": "main", + "rev": "a9df90c5b655446708395c99f627834eb822c48d", + "revCount": 2790, "type": "git", "url": "https://github.com/logos-blockchain/logos-execution-zone" }, "original": { - "ref": "erhant/fix-indexer-ffi", + "ref": "main", "type": "git", "url": "https://github.com/logos-blockchain/logos-execution-zone" } diff --git a/flake.nix b/flake.nix index 8c80c92..0f08dbc 100644 --- a/flake.nix +++ b/flake.nix @@ -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=erhant/fix-indexer-ffi"; + logos-execution-zone.url = "git+https://github.com/logos-blockchain/logos-execution-zone?ref=main"; }; outputs =