Unverified Commit bfb7a882 authored by Emily's avatar Emily Committed by GitHub
Browse files

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

githooks.tests: fix eval
parents 47bdef65 44744fc8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
  };