From 75178c54cd01ded1834f17f99fc8b2b0a3f38ab9 Mon Sep 17 00:00:00 2001 From: cswimr Date: Wed, 12 Feb 2025 23:58:48 -0600 Subject: [PATCH] chore(tooling): add hyperfine to the nix flake --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 7002ed5..d418fa3 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,7 @@ ]; packages = with pkgs; [ packwiz + hyperfine ]; shellHook = ''