mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
move rocksdb to its own file
This commit is contained in:
parent
2e6bf86a42
commit
9f4a1578aa
3 changed files with 18 additions and 2 deletions
|
|
@ -32,6 +32,10 @@
|
|||
default = prev.default.override args;
|
||||
});
|
||||
|
||||
rocksdb = self.callPackage ./nix/pkgs/rocksdb {
|
||||
inherit (pkgs) rocksdb;
|
||||
};
|
||||
|
||||
rust-jemalloc-sys = self.callPackage ./nix/pkgs/rust-jemalloc-sys {
|
||||
inherit (pkgs) rust-jemalloc-sys;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue