Merge pull request #314109 from trofi/githooks.tests-fix-eval

githooks.tests: fix eval
This commit is contained in:
Emily 2024-05-24 02:06:08 +02:00 committed by GitHub
commit bfb7a88267
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,6 +5,7 @@
git,
testers,
makeWrapper,
githooks
}:
buildGoModule rec {
pname = "githooks";
@ -70,7 +71,7 @@ buildGoModule rec {
'';
passthru.tests.version = testers.testVersion {
package = "githooks-cli";
package = githooks;
command = "githooks-cli --version";
inherit version;
};