mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
move rust-jemalloc-sys to its own file
This commit is contained in:
parent
f07c8c2b6f
commit
2e6bf86a42
3 changed files with 18 additions and 12 deletions
|
|
@ -32,6 +32,10 @@
|
|||
default = prev.default.override args;
|
||||
});
|
||||
|
||||
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