From 160f05395b708d76ad000c4a6062ca72351f2cab Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Wed, 7 Feb 2024 12:55:37 -0600 Subject: [PATCH] add hyperfine to the nix development environment --- nix/devShell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/devShell.nix b/nix/devShell.nix index 8515b86fb..c5bd045d5 100644 --- a/nix/devShell.nix +++ b/nix/devShell.nix @@ -47,6 +47,7 @@ zlib, alejandra, pandoc, + hyperfine, }: let # See package.nix. Keep in sync. rpathLibs = @@ -101,6 +102,7 @@ in python3 tracy vttest + hyperfine # wasm wabt