Unverified Commit 08ce5e6f authored by Adam Stephens's avatar Adam Stephens
Browse files

ssh-tpm-agent: add nix-update-script

parent c0ff432b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ lib
, buildGoModule
, fetchFromGitHub
, nix-update-script
, openssl
}:

@@ -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";