flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs-patched':
    'github:ryan4yin/nixpkgs/d373b16187b32770d99f6ff54a133d9543e68702?narHash=sha256-75W3YfzkkKvpE3/wtHMihlT9kOnQZxWpLoshw1xu0T8%3D' (2026-03-20)
  → 'github:ryan4yin/nixpkgs/4425024452e93ce3d10e11bcd9b47f1dfa78593b?narHash=sha256-pu3loLm4gvcbh8iibeYDGgPHOVFXb8sAKEzJ9AxX5L4%3D' (2026-06-03)

fix: qq
This commit is contained in:
Ryan Yin
2026-06-03 11:14:40 +08:00
parent fe4923f8cb
commit af0ef6d154
2 changed files with 5 additions and 5 deletions
Generated
+3 -3
View File
@@ -804,11 +804,11 @@
}, },
"nixpkgs-patched": { "nixpkgs-patched": {
"locked": { "locked": {
"lastModified": 1774012337, "lastModified": 1780458942,
"narHash": "sha256-75W3YfzkkKvpE3/wtHMihlT9kOnQZxWpLoshw1xu0T8=", "narHash": "sha256-pu3loLm4gvcbh8iibeYDGgPHOVFXb8sAKEzJ9AxX5L4=",
"owner": "ryan4yin", "owner": "ryan4yin",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d373b16187b32770d99f6ff54a133d9543e68702", "rev": "4425024452e93ce3d10e11bcd9b47f1dfa78593b",
"type": "github" "type": "github"
}, },
"original": { "original": {
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
pkgs, pkgs,
pkgs-master, pkgs-patched,
nixpak, nixpak,
... ...
}: }:
@@ -22,7 +22,7 @@ in
nixpkgs.overlays = [ nixpkgs.overlays = [
(_: super: { (_: super: {
nixpaks = { nixpaks = {
qq = wrapper super ./qq.nix; qq = wrapper pkgs-patched ./qq.nix;
telegram-desktop = wrapper super ./telegram-desktop.nix; telegram-desktop = wrapper super ./telegram-desktop.nix;
firefox = wrapper super ./firefox.nix; firefox = wrapper super ./firefox.nix;
}; };