fix: update wechat, fix warnings & issues after update

This commit is contained in:
Ryan Yin
2026-02-15 17:51:22 +08:00
parent 11cf7738ca
commit 6fdc5e7fb9
7 changed files with 14 additions and 15 deletions

8
flake.lock generated
View File

@@ -779,16 +779,16 @@
},
"nixpkgs-patched": {
"locked": {
"lastModified": 1767514635,
"narHash": "sha256-uIZvxuyjwKJkcGFD/DEdmHuwjyjwkk6SkkR/5Z/cpdw=",
"lastModified": 1771008912,
"narHash": "sha256-gf2AmWVTs8lEq7z/3ZAsgnZDhWIckkb+ZnAo5RzSxJg=",
"owner": "ryan4yin",
"repo": "nixpkgs",
"rev": "fd9662e1991b624a72e5e545963136906c5c1adf",
"rev": "a82ccc39b39b621151d6732718e3e250109076fa",
"type": "github"
},
"original": {
"owner": "ryan4yin",
"ref": "nixos-unstable-patched",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}

View File

@@ -42,7 +42,7 @@
nixpkgs-2505.url = "github:nixos/nixpkgs/nixos-25.05";
# nixpkgs with some custom patches
nixpkgs-patched.url = "github:ryan4yin/nixpkgs/nixos-unstable-patched";
nixpkgs-patched.url = "github:ryan4yin/nixpkgs/nixos-unstable";
# get some latest packages from the master branch
nixpkgs-master.url = "github:nixos/nixpkgs/master";

View File

@@ -18,17 +18,15 @@ let
aarch64-linux = {
version = "4.1.0.13";
src = fetchurl {
# url = "https://web.archive.org/web/20251209092116if_/https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_arm64.AppImage";
url = "https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_arm64.AppImage";
hash = "sha256-/d5crM6IGd0k0fSlBSQx4TpIVX/8iib+an0VMkWMNdw=";
hash = "";
};
};
x86_64-linux = {
version = "4.1.0.13";
src = fetchurl {
# url = "https://web.archive.org/web/20251219062558if_/https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_x86_64.AppImage";
url = "https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_x86_64.AppImage";
hash = "sha256-+r5Ebu40GVGG2m2lmCFQ/JkiDsN/u7XEtnLrB98602w=";
hash = "sha256-Pfl81lNVlMJWyPqFli1Af2q8pRLujcKCjYoILCKDx8U=";
};
};
};

View File

@@ -7,6 +7,7 @@
# Changing working directory when exiting Yazi
enableBashIntegration = true;
enableNushellIntegration = true;
shellWrapperName = "yy";
settings = {
mgr = {
show_hidden = true;

View File

@@ -27,7 +27,7 @@
kubevirt # virtctl
pkgs-2505.kubernetes-helm
fluxcd
argocd
# argocd
ko # build go project to container image
];

View File

@@ -2,7 +2,7 @@
{
xdg.terminal-exec = {
enable = true;
package = pkgs.xdg-terminal-exec-mkhl;
package = pkgs.xdg-terminal-exec;
settings =
let
my_terminal_desktop = [

View File

@@ -63,10 +63,10 @@
udev
alsa-lib
vulkan-loader
xorg.libX11
xorg.libXcursor
xorg.libXi
xorg.libXrandr # To use the x11 feature
libX11
libXcursor
libXi
libXrandr # To use the x11 feature
libxkbcommon
wayland # To use the wayland feature
])