feat: comment out nixpkgs-unstable, we use unstable by default

Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>
This commit is contained in:
Ryan Yin
2025-11-01 20:17:23 +08:00
parent 0c2dcc0734
commit 4490f13d51
18 changed files with 94 additions and 108 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
pkgs,
pkgs-patched,
pkgs-master,
nixpak,
...
}:
@@ -22,7 +22,7 @@ in
nixpkgs.overlays = [
(_: super: {
nixpaks = {
qq = wrapper pkgs-patched ./qq.nix;
qq = wrapper pkgs-master ./qq.nix;
wechat = wrapper super ./wechat.nix;
telegram-desktop = wrapper super ./telegram-desktop.nix;
firefox = wrapper super ./firefox.nix;