build: pin nostr-bench submodule in nix and cloud bench pipeline

This commit is contained in:
2026-03-20 17:07:35 +01:00
parent 6b59fa6328
commit 8f22eb2097
8 changed files with 83 additions and 18 deletions

View File

@@ -87,11 +87,27 @@
"type": "github"
}
},
"nostr-bench-src": {
"flake": false,
"locked": {
"lastModified": 1774020724,
"owner": "serpent213",
"repo": "nostr-bench",
"rev": "8561b84864ce1269b26304808c64219471999caf",
"type": "github"
},
"original": {
"owner": "serpent213",
"repo": "nostr-bench",
"type": "github"
}
},
"root": {
"inputs": {
"devenv": "devenv",
"git-hooks": "git-hooks",
"nixpkgs": "nixpkgs",
"nostr-bench-src": "nostr-bench-src",
"pre-commit-hooks": [
"git-hooks"
]