fix: nix path for github with slash in branch name

This commit is contained in:
erhant 2026-06-18 14:19:43 +03:00
parent f4c180ccdc
commit a5fe1b89af
3 changed files with 18 additions and 9 deletions

5
.gitignore vendored
View File

@ -2,4 +2,7 @@ result
build
# ignore lgx builds
lez-explorer-ui-*-lgx-*
lez-explorer-ui-*-lgx-*
# ignore rocksdb (may appear here during indexer tests)
rocksdb

16
flake.lock generated
View File

@ -21,14 +21,18 @@
"logos-module-builder": "logos-module-builder_2"
},
"locked": {
"lastModified": 1781779306,
"narHash": "sha256-dPnC5t4PohfEALyvJqHjc9QlVPse0GhLue1mczt90So=",
"path": "/Users/erhant/logos/logos-execution-zone-indexer-module",
"type": "path"
"lastModified": 1781780348,
"narHash": "sha256-XBipaTgJQk4jl17RJLMhVbdEJKfSC2BdWHgTVZN9UG8=",
"ref": "erhant/migr-to-logos-module-builder",
"rev": "31e176a09be44bcaf7a0b8846df69fb38564bb88",
"revCount": 35,
"type": "git",
"url": "https://github.com/logos-blockchain/logos-execution-zone-indexer-module"
},
"original": {
"path": "/Users/erhant/logos/logos-execution-zone-indexer-module",
"type": "path"
"ref": "erhant/migr-to-logos-module-builder",
"type": "git",
"url": "https://github.com/logos-blockchain/logos-execution-zone-indexer-module"
}
},
"logos-blockchain-circuits": {

View File

@ -8,8 +8,10 @@
# the metadata.json "dependencies" entry. For local development against an
# un-pushed branch, override with a path:
# lez_indexer_module.url = "path:../logos-execution-zone-indexer-module";
# TODO: use the correct branch & repo name afterwards
lez_indexer_module.url = "github:logos-blockchain/logos-execution-zone-indexer-module/erhant/migr-to-logos-module-builder";
# 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.
lez_indexer_module.url = "git+https://github.com/logos-blockchain/logos-execution-zone-indexer-module?ref=erhant/migr-to-logos-module-builder";
};
outputs =