tkey-ssh-agent: Remove redundant passthru.tests

This commit is contained in:
Jonathan Davies
2025-11-22 11:21:44 +00:00
parent 4228ac7308
commit d031286927
@@ -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 = [