modules: drop wechat-uos (merged upstream)

This commit is contained in:
xinyangli 2024-06-11 18:11:15 +08:00
parent 74a6b82d37
commit 436ca779a1
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
3 changed files with 9 additions and 240 deletions

View file

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