feat(nix): always enable liburing in all builds by default

This commit is contained in:
aviac
2026-02-20 09:32:54 +01:00
committed by Ellis Git
parent 5ce1f682f6
commit 9a3f7f4af7
4 changed files with 2 additions and 6 deletions
-1
View File
@@ -11,7 +11,6 @@
uwulib = inputs.self.uwulib.init pkgs;
rocksdbAllFeatures = self'.packages.rocksdb.override {
enableJemalloc = true;
enableLiburing = true;
};
in
{