ghr-cli: do version check (#537064)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-02 20:34:34 +00:00
committed by GitHub
+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/";