ghr-cli: do version check
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user