Loading pkgs/by-name/hy/hyperfine/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, installShellFiles, nix-update-script, versionCheckHook, }: rustPlatform.buildRustPackage rec { Loading Loading @@ -31,6 +32,11 @@ rustPlatform.buildRustPackage rec { passthru.updateScript = nix-update-script { }; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; meta = { description = "Command-line benchmarking tool"; homepage = "https://github.com/sharkdp/hyperfine"; Loading Loading
pkgs/by-name/hy/hyperfine/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, installShellFiles, nix-update-script, versionCheckHook, }: rustPlatform.buildRustPackage rec { Loading Loading @@ -31,6 +32,11 @@ rustPlatform.buildRustPackage rec { passthru.updateScript = nix-update-script { }; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; meta = { description = "Command-line benchmarking tool"; homepage = "https://github.com/sharkdp/hyperfine"; Loading