Loading pkgs/by-name/tk/tkey-ssh-agent/package.nix +10 −1 Original line number Diff line number Diff line { lib, fetchFromGitHub, buildGoModule }: { lib, fetchFromGitHub, buildGoModule, gitUpdater, testers, tkey-ssh-agent }: buildGoModule rec { pname = "tkey-ssh-agent"; Loading @@ -17,6 +17,15 @@ buildGoModule rec { "cmd/tkey-ssh-agent" ]; passthru = { updateScript = gitUpdater { rev-prefix = "v"; }; tests = { tkey-ssh-agent-version = testers.testVersion { package = tkey-ssh-agent; }; }; }; meta = with lib; { description = "SSH Agent for TKey, the flexible open hardware/software USB security key"; homepage = "https://tillitis.se/app/tkey-ssh-agent/"; Loading Loading
pkgs/by-name/tk/tkey-ssh-agent/package.nix +10 −1 Original line number Diff line number Diff line { lib, fetchFromGitHub, buildGoModule }: { lib, fetchFromGitHub, buildGoModule, gitUpdater, testers, tkey-ssh-agent }: buildGoModule rec { pname = "tkey-ssh-agent"; Loading @@ -17,6 +17,15 @@ buildGoModule rec { "cmd/tkey-ssh-agent" ]; passthru = { updateScript = gitUpdater { rev-prefix = "v"; }; tests = { tkey-ssh-agent-version = testers.testVersion { package = tkey-ssh-agent; }; }; }; meta = with lib; { description = "SSH Agent for TKey, the flexible open hardware/software USB security key"; homepage = "https://tillitis.se/app/tkey-ssh-agent/"; Loading