From 4cc4893376000be566119c09047423e93a1bade7 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Tue, 31 Mar 2026 15:24:46 -0400 Subject: [PATCH] chore: remove now incorrect liburing comment in rocksdb nix build override --- nix/packages/rocksdb.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nix/packages/rocksdb.nix b/nix/packages/rocksdb.nix index c5a61aed9..841b6fca1 100644 --- a/nix/packages/rocksdb.nix +++ b/nix/packages/rocksdb.nix @@ -14,9 +14,6 @@ # [1]: https://github.com/tikv/jemallocator/blob/ab0676d77e81268cd09b059260c75b38dbef2d51/jemalloc-sys/src/env.rs#L17 jemalloc = rust-jemalloc-sys-unprefixed; enableJemalloc = stdenv.hostPlatform.isLinux; - - # for some reason enableLiburing in nixpkgs rocksdb is default true - # which breaks Darwin entirely }).overrideAttrs (rec { version = "10.10.fb";