mirror of
https://github.com/logos-blockchain/lez-indexer-module.git
synced 2026-07-30 07:03:31 +00:00
chore: set ref to main in nix flakes
This commit is contained in:
parent
b5a283124a
commit
9ef0d453a9
12
flake.lock
generated
12
flake.lock
generated
@ -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"
|
||||
}
|
||||
|
||||
@ -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 =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user