hydra-check: add versionCheckHook

This commit is contained in:
Doron Behar
2025-02-02 14:32:13 +02:00
parent a49761e3f7
commit ca8728859a
+7
View File
@@ -6,6 +6,7 @@
openssl,
stdenv,
installShellFiles,
versionCheckHook,
}:
rustPlatform.buildRustPackage rec {
@@ -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";