This commit is contained in:
Ryan Yin
2026-02-20 13:35:57 +08:00
parent 8caece291d
commit 6a8e4c24d9

View File

@@ -22,7 +22,7 @@ in
nixpkgs.overlays = [
(_: super: {
nixpaks = {
qq = wrapper pkgs-master ./qq.nix;
qq = wrapper super ./qq.nix;
telegram-desktop = wrapper super ./telegram-desktop.nix;
firefox = wrapper super ./firefox.nix;
};