pkgs: drop ssh-tpm-agent (merged upstream)

This commit is contained in:
xinyangli 2024-06-15 15:29:29 +08:00
parent 087b583dd2
commit 7118348263
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
2 changed files with 0 additions and 34 deletions

View file

@ -3,7 +3,6 @@
{
nixpkgs.overlays = [
(self: super: {
ssh-tpm-agent = pkgs.callPackage ./pkgs/ssh-tpm-agent.nix { };
})
];
}