From 1b61820e0147633791cc30ea304bccbaeec58ff3 Mon Sep 17 00:00:00 2001 From: erhant Date: Tue, 23 Jun 2026 19:11:30 +0300 Subject: [PATCH] chore: use `main` branch --- flake.lock | 12 ++++++------ flake.nix | 7 ++----- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index a3d988a..0c7bf1c 100644 --- a/flake.lock +++ b/flake.lock @@ -21,16 +21,16 @@ "logos-module-builder": "logos-module-builder_4" }, "locked": { - "lastModified": 1782222303, - "narHash": "sha256-T//08rBmSvOOhvZZ5if8Gnaq1okEuSGt2ASym1eDyPY=", - "ref": "erhant/migr-to-logos-module-builder-update-LEZ", - "rev": "06396d7aeccdd7c3e7310c5acf4e687c12109052", - "revCount": 47, + "lastModified": 1782229998, + "narHash": "sha256-SmYzzRGT239/hXnBdUldILvcCdObeNufvUPJLopOCKM=", + "ref": "main", + "rev": "385c0ce6a042eb9b211dbd95bd0f9ee94864f148", + "revCount": 52, "type": "git", "url": "https://github.com/logos-blockchain/lez-indexer-module" }, "original": { - "ref": "erhant/migr-to-logos-module-builder-update-LEZ", + "ref": "main", "type": "git", "url": "https://github.com/logos-blockchain/lez-indexer-module" } diff --git a/flake.nix b/flake.nix index 18d502d..4b7d0f3 100644 --- a/flake.nix +++ b/flake.nix @@ -4,11 +4,8 @@ inputs = { logos-module-builder.url = "github:logos-co/logos-module-builder"; nix-bundle-lgx.url = "github:logos-co/nix-bundle-lgx"; - - # NOTE: git+https (not github:) because the branch name contains a slash — - # the github: fetcher mis-routes slashed refs through the commits API (404). - # TODO: repoint to the merge target once this branch lands / goes public. - lez_indexer_module.url = "git+https://github.com/logos-blockchain/lez-indexer-module?ref=erhant/migr-to-logos-module-builder-update-LEZ"; + + lez_indexer_module.url = "git+https://github.com/logos-blockchain/lez-indexer-module?ref=main"; }; outputs =