feat: Use rocksdb fork

This commit is contained in:
Shuroii 2025-07-01 20:00:07 +02:00 committed by Shuroii
commit e9bc416b29
2 changed files with 49 additions and 16 deletions

20
flake.lock generated
View file

@ -527,6 +527,23 @@
"type": "github"
}
},
"rocksdb": {
"flake": false,
"locked": {
"lastModified": 1741308171,
"narHash": "sha256-YdBvdQ75UJg5ffwNjxizpviCVwVDJnBkM8ZtGIduMgY=",
"ref": "v9.11.1",
"rev": "3ce04794bcfbbb0d2e6f81ae35fc4acf688b6986",
"revCount": 13177,
"type": "git",
"url": "https://forgejo.ellis.link/continuwuation/rocksdb"
},
"original": {
"ref": "v9.11.1",
"type": "git",
"url": "https://forgejo.ellis.link/continuwuation/rocksdb"
}
},
"root": {
"inputs": {
"attic": "attic",
@ -536,7 +553,8 @@
"flake-compat": "flake-compat_3",
"flake-utils": "flake-utils",
"nix-filter": "nix-filter",
"nixpkgs": "nixpkgs_6"
"nixpkgs": "nixpkgs_6",
"rocksdb": "rocksdb"
}
},
"rust-analyzer-src": {