mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
fix: apply rocksdb changes in checks and shll
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
}:
|
||||
let
|
||||
uwulib = inputs.self.uwulib.init pkgs;
|
||||
rocksdbAllFeatures = self'.packages.rocksdb.override {
|
||||
enableJemalloc = true;
|
||||
enableLiburing = true;
|
||||
};
|
||||
in
|
||||
{
|
||||
# basic nix shell containing all things necessary to build continuwuity in all flavors manually (on x86_64-linux)
|
||||
@@ -17,7 +21,7 @@
|
||||
pkgs.pkg-config
|
||||
pkgs.liburing
|
||||
self'.packages.rust-jemalloc-sys-unprefixed'
|
||||
self'.packages.rocksdbAllFeatures
|
||||
rocksdbAllFeatures
|
||||
];
|
||||
env.LIBCLANG_PATH = lib.makeLibraryPath [ pkgs.llvmPackages.libclang.lib ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user