feat: mirror

This commit is contained in:
2025-07-25 13:44:09 +08:00
parent 6a33ce50c1
commit f55f9b015c
2 changed files with 10 additions and 10 deletions

18
flake.lock generated
View File

@@ -1290,17 +1290,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1753069499, "lastModified": 1753417538,
"narHash": "sha256-YtgY0ueqKNrBma4Euu8WH23BhUkBujirJDMDE1KujnU=", "narHash": "sha256-Z/MbHMjvHoC57sQS43/oLwzEQebT5ST8MRU8Zcb5428=",
"owner": "0xc000022070", "ref": "refs/heads/main",
"repo": "zen-browser-flake", "rev": "d04bdc75b3d203b951ce00cbb6a7ab410ab110c6",
"rev": "c64b94235ae24e3b9e01a08f0331d8bb0e5b037a", "revCount": 593,
"type": "github" "type": "git",
"url": "https://gh-proxy.com/github.com/0xc000022070/zen-browser-flake"
}, },
"original": { "original": {
"owner": "0xc000022070", "type": "git",
"repo": "zen-browser-flake", "url": "https://gh-proxy.com/github.com/0xc000022070/zen-browser-flake"
"type": "github"
} }
} }
}, },

View File

@@ -52,7 +52,7 @@
fenix.url = "github:nix-community/fenix"; fenix.url = "github:nix-community/fenix";
fenix.inputs.nixpkgs.follows = "nixpkgs"; fenix.inputs.nixpkgs.follows = "nixpkgs";
zen.url = "github:0xc000022070/zen-browser-flake"; zen.url = "git+https://gh-proxy.com/github.com/0xc000022070/zen-browser-flake";
zen.inputs.nixpkgs.follows = "nixpkgs"; zen.inputs.nixpkgs.follows = "nixpkgs";
infuse.url = "git+https://codeberg.org/amjoseph/infuse.nix"; infuse.url = "git+https://codeberg.org/amjoseph/infuse.nix";