lf: run versionCheckHook
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user