hound: add passthru.tests

This commit is contained in:
zowoq 2022-10-23 12:43:07 +10:00
parent 1ab4b4a183
commit e9b34e0de8

View file

@ -4,6 +4,7 @@
, makeWrapper
, mercurial
, git
, nixosTests
}:
buildGoModule rec {
@ -28,6 +29,8 @@ buildGoModule rec {
wrapProgram $out/bin/houndd --prefix PATH : ${lib.makeBinPath [ mercurial git ]}
'';
passthru.tests = { inherit (nixosTests) hound; };
meta = with lib; {
inherit (src.meta) homepage;
description = "Lightning fast code searching made easy";