From 85005ddd0df49ad45f38873551dbb28bcf9d202b Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 25 Apr 2025 09:33:03 +0100 Subject: [PATCH] Switched from custom zen flake to 0xc000022070/zen-browser-flake The community at large seems to have agreed that this flake is the one that will eventually become the official one. It is by far the best maintained. So i'm switching to it instead of my manually maintained, quick hacky flake. --- flake.lock | 70 ++++++++++++++++++++++++++++++------------------------ flake.nix | 5 +++- 2 files changed, 43 insertions(+), 32 deletions(-) diff --git a/flake.lock b/flake.lock index 5ce047d..ef68a3e 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1744743431, - "narHash": "sha256-iyn/WBYDc7OtjSawbegINDe/gIkok888kQxk3aVnkgg=", + "lastModified": 1745557122, + "narHash": "sha256-eqSo9ugzsqhFgaDFYUZj943nurlX4L6f+AW0skJ4W+M=", "owner": "nix-community", "repo": "home-manager", - "rev": "c61bfe3ae692f42ce688b5865fac9e0de58e1387", + "rev": "dd26f75fb4ec1c731d4b1396eaf4439ce40a91c1", "type": "github" }, "original": { @@ -21,6 +21,27 @@ "type": "github" } }, + "home-manager_2": { + "inputs": { + "nixpkgs": [ + "zen-browser", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1743604125, + "narHash": "sha256-ZD61DNbsBt1mQbinAaaEqKaJk2RFo9R/j+eYWeGMx7A=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "180fd43eea296e62ae68e079fcf56aba268b9a1a", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "home-manager", + "type": "github" + } + }, "hyprcursor-phinger": { "inputs": { "nixpkgs": "nixpkgs" @@ -57,11 +78,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1744932701, - "narHash": "sha256-fusHbZCyv126cyArUwwKrLdCkgVAIaa/fQJYFlCEqiU=", + "lastModified": 1745391562, + "narHash": "sha256-sPwcCYuiEopaafePqlG826tBhctuJsLx/mhKKM5Fmjo=", "owner": "nixos", "repo": "nixpkgs", - "rev": "b024ced1aac25639f8ca8fdfc2f8c4fbd66c48ef", + "rev": "8a2f738d9d1f1d986b5a4cd2fd2061a7127237d7", "type": "github" }, "original": { @@ -73,11 +94,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1744440957, - "narHash": "sha256-FHlSkNqFmPxPJvy+6fNLaNeWnF1lZSgqVCl/eWaJRc4=", + "lastModified": 1745487689, + "narHash": "sha256-FQoi3R0NjQeBAsEOo49b5tbDPcJSMWc3QhhaIi9eddw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "26d499fc9f1d567283d5d56fcf367edd815dba1d", + "rev": "5630cf13cceac06cefe9fc607e8dfa8fb342dde3", "type": "github" }, "original": { @@ -103,22 +124,6 @@ "type": "github" } }, - "nixpkgs_4": { - "locked": { - "lastModified": 1744463964, - "narHash": "sha256-LWqduOgLHCFxiTNYi3Uj5Lgz0SR+Xhw3kr/3Xd0GPTM=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "2631b0b7abcea6e640ce31cd78ea58910d31e650", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "root": { "inputs": { "home-manager": "home-manager", @@ -149,18 +154,21 @@ }, "zen-browser": { "inputs": { - "nixpkgs": "nixpkgs_4" + "home-manager": "home-manager_2", + "nixpkgs": [ + "nixpkgs-unstable" + ] }, "locked": { - "lastModified": 1744618530, - "narHash": "sha256-wWWN/Ft2d2iLVWB8PopjNM3BoEzeDpILhA+vApiR7CE=", - "owner": "Cian-H", + "lastModified": 1745550347, + "narHash": "sha256-y3ojr4sqs4cbtHNrzTK1JVoTFfyGzS+m8U5nzgHcj2U=", + "owner": "0xc000022070", "repo": "zen-browser-flake", - "rev": "905bb3b2c85273001595dda73363a9cddd5b807d", + "rev": "855ad6c6bb50dc52f496375e9f031fd0305ea7b8", "type": "github" }, "original": { - "owner": "Cian-H", + "owner": "0xc000022070", "repo": "zen-browser-flake", "type": "github" } diff --git a/flake.nix b/flake.nix index 267ce74..9728d76 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,10 @@ # add phinger hyprcursor flake hyprcursor-phinger.url = "github:jappie3/hyprcursor-phinger"; # add zen browser flake - zen-browser.url = "github:Cian-H/zen-browser-flake"; + zen-browser = { + url = "github:0xc000022070/zen-browser-flake"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; + }; }; outputs = {