Loading pkgs/by-name/oh/oha/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ pkg-config, openssl, rust-jemalloc-sys, versionCheckHook, }: rustPlatform.buildRustPackage (finalAttrs: { Loading Loading @@ -33,6 +34,11 @@ rustPlatform.buildRustPackage (finalAttrs: { # tests don't work inside the sandbox doCheck = false; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; meta = { description = "HTTP load generator inspired by rakyll/hey with tui animation"; homepage = "https://github.com/hatoo/oha"; Loading Loading
pkgs/by-name/oh/oha/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ pkg-config, openssl, rust-jemalloc-sys, versionCheckHook, }: rustPlatform.buildRustPackage (finalAttrs: { Loading Loading @@ -33,6 +34,11 @@ rustPlatform.buildRustPackage (finalAttrs: { # tests don't work inside the sandbox doCheck = false; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; meta = { description = "HTTP load generator inspired by rakyll/hey with tui animation"; homepage = "https://github.com/hatoo/oha"; Loading