Loading pkgs/by-name/hy/hydra-check/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ openssl, stdenv, installShellFiles, versionCheckHook, }: rustPlatform.buildRustPackage rec { Loading Loading @@ -37,6 +38,12 @@ rustPlatform.buildRustPackage rec { --zsh <($out/bin/hydra-check --shell-completion zsh) ''; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; meta = { description = "Check hydra for the build status of a package"; homepage = "https://github.com/nix-community/hydra-check"; Loading Loading
pkgs/by-name/hy/hydra-check/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ openssl, stdenv, installShellFiles, versionCheckHook, }: rustPlatform.buildRustPackage rec { Loading Loading @@ -37,6 +38,12 @@ rustPlatform.buildRustPackage rec { --zsh <($out/bin/hydra-check --shell-completion zsh) ''; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; meta = { description = "Check hydra for the build status of a package"; homepage = "https://github.com/nix-community/hydra-check"; Loading