lf: run versionCheckHook

This commit is contained in:
Robert Schütz
2025-12-10 09:40:35 -08:00
parent 5bcaf54680
commit 62283c3f15
+5
View File
@@ -4,6 +4,7 @@
buildGoModule,
fetchFromGitHub,
installShellFiles,
versionCheckHook,
}:
buildGoModule rec {
@@ -37,6 +38,10 @@ buildGoModule rec {
installShellCompletion etc/lf.{bash,zsh,fish}
'';
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
meta = {
description = "Terminal file manager written in Go and heavily inspired by ranger";
longDescription = ''