mdterm: do version check

This commit is contained in:
Pavel Borzenkov
2026-06-30 14:30:27 +02:00
parent ebb6df49c4
commit 9beb65dbfa
+7
View File
@@ -3,6 +3,7 @@
rustPlatform,
fetchFromGitHub,
nix-update-script,
versionCheckHook,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -22,6 +23,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
passthru.updateScript = nix-update-script { };
doInstallCheck = true;
nativeInstallCheckInputs = [
versionCheckHook
];
meta = {
description = "A terminal-based Markdown browser";
homepage = "https://github.com/bahdotsh/mdterm";