Commit 62283c3f authored by Robert Schütz's avatar Robert Schütz
Browse files

lf: run versionCheckHook

parent 5bcaf546
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 = ''