Unverified Commit d0312869 authored by Jonathan Davies's avatar Jonathan Davies
Browse files

tkey-ssh-agent: Remove redundant passthru.tests

parent 4228ac73
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -3,8 +3,6 @@
  fetchFromGitHub,
  buildGoModule,
  gitUpdater,
  testers,
  tkey-ssh-agent,
  versionCheckHook,
}:

@@ -32,11 +30,6 @@ buildGoModule (finalAttrs: {

  passthru = {
    updateScript = gitUpdater { rev-prefix = "v"; };
    tests = {
      tkey-ssh-agent-version = testers.testVersion {
        package = tkey-ssh-agent;
      };
    };
  };

  nativeInstallCheckInputs = [