mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
remove jemalloc support
It's no longer being developed and it is very very annoying to maintain support for.
This commit is contained in:
parent
55a01e7113
commit
e6dbc293f1
8 changed files with 27 additions and 89 deletions
|
|
@ -37,10 +37,6 @@
|
|||
inherit (pkgs) rocksdb;
|
||||
};
|
||||
|
||||
rust-jemalloc-sys = self.callPackage ./nix/pkgs/rust-jemalloc-sys {
|
||||
inherit (pkgs) rust-jemalloc-sys;
|
||||
};
|
||||
|
||||
shell = self.callPackage ./nix/shell.nix {};
|
||||
|
||||
# The Rust toolchain to use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue