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

Merge pull request #314131 from NixOS/backport-314109-to-release-24.05

[Backport release-24.05] githooks.tests: fix eval
parents 5f72890a 277c62dc
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;
  };