ghr-cli: do version check

This commit is contained in:
Pavel Borzenkov
2026-06-30 15:24:42 +02:00
parent 33e6d0bf86
commit d697e418f5
+7
View File
@@ -4,6 +4,7 @@
fetchFromGitHub,
nix-update-script,
gitMinimal,
versionCheckHook,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -27,6 +28,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
gitMinimal
];
doInstallCheck = true;
nativeInstallCheckInputs = [
versionCheckHook
];
meta = {
description = "Fast terminal workspace for staying on top of GitHub";
homepage = "https://catcoding.me/ghr/";