pkgs: add wechat-uos (not merged by nixpkgs yet)

This commit is contained in:
xinyangli 2024-03-27 16:13:21 +08:00
parent c6a1982ede
commit dd077d98e2
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
4 changed files with 244 additions and 2 deletions

View file

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