diff --git a/flake.lock b/flake.lock index a2e252a..56943df 100644 --- a/flake.lock +++ b/flake.lock @@ -1290,17 +1290,17 @@ ] }, "locked": { - "lastModified": 1753069499, - "narHash": "sha256-YtgY0ueqKNrBma4Euu8WH23BhUkBujirJDMDE1KujnU=", - "owner": "0xc000022070", - "repo": "zen-browser-flake", - "rev": "c64b94235ae24e3b9e01a08f0331d8bb0e5b037a", - "type": "github" + "lastModified": 1753417538, + "narHash": "sha256-Z/MbHMjvHoC57sQS43/oLwzEQebT5ST8MRU8Zcb5428=", + "ref": "refs/heads/main", + "rev": "d04bdc75b3d203b951ce00cbb6a7ab410ab110c6", + "revCount": 593, + "type": "git", + "url": "https://gh-proxy.com/github.com/0xc000022070/zen-browser-flake" }, "original": { - "owner": "0xc000022070", - "repo": "zen-browser-flake", - "type": "github" + "type": "git", + "url": "https://gh-proxy.com/github.com/0xc000022070/zen-browser-flake" } } }, diff --git a/flake.nix b/flake.nix index cd78ed9..72e5e8d 100644 --- a/flake.nix +++ b/flake.nix @@ -52,7 +52,7 @@ fenix.url = "github:nix-community/fenix"; 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"; infuse.url = "git+https://codeberg.org/amjoseph/infuse.nix";