Skip to content

Commit 1eb0f3d

Browse files
committed
nix : add mimalloc dep
1 parent eb30c9d commit 1eb0f3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
./tests
4141
];
4242
};
43+
buildInputs = (super.buildInputs or []) ++ [
44+
pkgs.mimalloc
45+
];
4346
checkInputs = super.checkInputs ++ [
4447
pkgs.catch2_3
4548
];

0 commit comments

Comments
 (0)