Loading pkgs/by-name/ss/ssh-tpm-agent/package.nix +3 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub , nix-update-script , openssl }: Loading @@ -23,6 +24,8 @@ buildGoModule rec { openssl ]; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "SSH agent with support for TPM sealed keys for public key authentication"; homepage = "https://github.com/Foxboron/ssh-tpm-agent"; Loading Loading
pkgs/by-name/ss/ssh-tpm-agent/package.nix +3 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub , nix-update-script , openssl }: Loading @@ -23,6 +24,8 @@ buildGoModule rec { openssl ]; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "SSH agent with support for TPM sealed keys for public key authentication"; homepage = "https://github.com/Foxboron/ssh-tpm-agent"; Loading