fix(nix): provide a jemalloc build in the dev shell

This commit is contained in:
nelind
2026-06-10 19:56:40 +02:00
parent 5bbe2146ff
commit 80afd764d3
+5
View File
@@ -15,6 +15,9 @@
sqlx-cli,
cargo-nextest,
# nix jemalloc for some tests that use jemalloc
rust-jemalloc-sys,
# frontend tooling
svelte-language-server,
typescript-language-server,
@@ -44,6 +47,8 @@ mkShell {
sqlx-cli
cargo-nextest
rust-jemalloc-sys
svelte-language-server
typescript-language-server
];