mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
fix: disable rocksdb on nix by default
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
stdenv,
|
# stdenv,
|
||||||
|
# enableJemalloc ? stdenv.hostPlatform.isLinux,
|
||||||
|
enableJemalloc ? false,
|
||||||
rocksdb,
|
rocksdb,
|
||||||
fetchFromGitea,
|
fetchFromGitea,
|
||||||
rust-jemalloc-sys-unprefixed,
|
rust-jemalloc-sys-unprefixed,
|
||||||
@@ -13,7 +15,7 @@
|
|||||||
#
|
#
|
||||||
# [1]: https://github.com/tikv/jemallocator/blob/ab0676d77e81268cd09b059260c75b38dbef2d51/jemalloc-sys/src/env.rs#L17
|
# [1]: https://github.com/tikv/jemallocator/blob/ab0676d77e81268cd09b059260c75b38dbef2d51/jemalloc-sys/src/env.rs#L17
|
||||||
jemalloc = rust-jemalloc-sys-unprefixed;
|
jemalloc = rust-jemalloc-sys-unprefixed;
|
||||||
enableJemalloc = stdenv.hostPlatform.isLinux;
|
inherit enableJemalloc;
|
||||||
}).overrideAttrs
|
}).overrideAttrs
|
||||||
({
|
({
|
||||||
version = "continuwuity-v0.5.0-unstable-2026-05-19";
|
version = "continuwuity-v0.5.0-unstable-2026-05-19";
|
||||||
|
|||||||
Reference in New Issue
Block a user