chore(nix): replace rocksdb in flake.nix inputs #945

Merged
Jade merged 1 commit from Aviac/continuwuity:nix-rocksdb-derivation into main 2025-09-06 17:40:32 +00:00

1 commit

Author SHA1 Message Date
3e18b183ba
feat(nix): remove rocksdb from flake.nix inputs
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 11s
Consuming this flake is pretty annoying since the rocksdb input is
fetched on every build which takes ~ 10 - 20 sec. By removing it and
replacing it with a `pkgs.fetchFromGitea`, we create an intermediate
derivation which is better for caching reasons.
2025-08-26 16:00:06 +02:00