Add hyperfine to nix env

This commit is contained in:
ktkk 2025-12-12 22:08:19 +00:00
parent bc89b177a2
commit b3f8ab19ff

View file

@ -17,6 +17,7 @@
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
zig zig
zls zls
hyperfine
]; ];
buildInputs = with pkgs; []; buildInputs = with pkgs; [];