Loading pkgs/tools/text/ov/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ , installShellFiles , pandoc , makeWrapper , testers , ov }: buildGoModule rec { Loading Loading @@ -52,6 +54,13 @@ buildGoModule rec { cp $src/ov.yaml $doc/share/$name/sample-config.yaml ''; passthru.tests = { version = testers.testVersion { package = ov; version = "v${version}"; }; }; meta = with lib; { description = "Feature-rich terminal-based text viewer"; homepage = "https://noborus.github.io/ov"; Loading Loading
pkgs/tools/text/ov/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ , installShellFiles , pandoc , makeWrapper , testers , ov }: buildGoModule rec { Loading Loading @@ -52,6 +54,13 @@ buildGoModule rec { cp $src/ov.yaml $doc/share/$name/sample-config.yaml ''; passthru.tests = { version = testers.testVersion { package = ov; version = "v${version}"; }; }; meta = with lib; { description = "Feature-rich terminal-based text viewer"; homepage = "https://noborus.github.io/ov"; Loading