aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-07 02:53:24 -0700
committerFuwn <[email protected]>2021-06-07 02:53:24 -0700
commit338bdb01e238e686e0458c1be4b96a389ccb5000 (patch)
tree467732032b83d35e3789cc4e4c69d74c227e74d1
parenttest(whirl_common): create benchmarks (diff)
downloadwhirl-338bdb01e238e686e0458c1be4b96a389ccb5000.tar.xz
whirl-338bdb01e238e686e0458c1be4b96a389ccb5000.zip
fix(nix): add valgrind (dep of iai) to build inputs
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index c503ca8..3ec4ef2 100644
--- a/shell.nix
+++ b/shell.nix
@@ -13,6 +13,7 @@ in pkgs.mkShell {
diesel-cli
cargo-watch
cargo-udeps
+ valgrind # Iai
# System
openssl