fix: error - only one wireless daemon is allowed at the time, speed up wechat download

This commit is contained in:
Ryan Yin
2026-01-02 22:15:26 +08:00
parent f4f3ff347c
commit 94e431abfc
4 changed files with 13 additions and 12 deletions
-1
View File
@@ -23,7 +23,6 @@ in
(_: super: {
nixpaks = {
qq = wrapper pkgs-master ./qq.nix;
wechat = wrapper super ./wechat.nix;
telegram-desktop = wrapper super ./telegram-desktop.nix;
firefox = wrapper super ./firefox.nix;
};