hyperfine: set updateScript

This commit is contained in:
Michael Daniels
2025-11-03 08:44:22 -05:00
parent 5c1b1881ac
commit f6d87aa81e
+3
View File
@@ -3,6 +3,7 @@
rustPlatform,
fetchFromGitHub,
installShellFiles,
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
@@ -28,6 +29,8 @@ rustPlatform.buildRustPackage rec {
--zsh $releaseDir/build/hyperfine-*/out/_hyperfine
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Command-line benchmarking tool";
homepage = "https://github.com/sharkdp/hyperfine";