harper: Add versionCheckHook

This commit is contained in:
Jonathan Davies
2025-11-24 16:33:01 +00:00
parent d1db0089e1
commit 47515823b9
+6
View File
@@ -3,6 +3,7 @@
rustPlatform,
fetchFromGitHub,
nix-update-script,
versionCheckHook,
}:
rustPlatform.buildRustPackage rec {
@@ -22,6 +23,11 @@ rustPlatform.buildRustPackage rec {
passthru.updateScript = nix-update-script { };
nativeInstallCheckInputs = [
versionCheckHook
];
doInstallCheck = true;
meta = {
description = "Grammar Checker for Developers";
homepage = "https://github.com/Automattic/harper";