From 25c8671873f7aa590a6d8a6730cd5ff8b03368c3 Mon Sep 17 00:00:00 2001 From: rope Date: Sun, 16 Aug 2026 12:22:10 +0100 Subject: [PATCH] flake: unpin zen-browser nixpkgs, needs ffmpeg_9 from unstable --- flake.lock | 20 +++++++++++++++++--- flake.nix | 6 ++---- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index c4f6763..58c8b73 100644 --- a/flake.lock +++ b/flake.lock @@ -293,6 +293,22 @@ "type": "github" } }, + "nixpkgs_5": { + "locked": { + "lastModified": 1786599213, + "narHash": "sha256-yNJd40f11EzXBjSByCB7IPpeFFAdeoSKKM67dGkfFoU=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "0e251e24a4f24e036a084b6b4b2d2491af4167f4", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "nur": { "inputs": { "flake-parts": [ @@ -462,9 +478,7 @@ "home-manager": [ "home-manager" ], - "nixpkgs": [ - "nixpkgs" - ] + "nixpkgs": "nixpkgs_5" }, "locked": { "lastModified": 1786843091, diff --git a/flake.nix b/flake.nix index 65128d2..b8a70b2 100644 --- a/flake.nix +++ b/flake.nix @@ -10,10 +10,8 @@ zen-browser = { url = "github:0xc000022070/zen-browser-flake"; - inputs = { - nixpkgs.follows = "nixpkgs"; - home-manager.follows = "home-manager"; - }; + # no nixpkgs.follows: zen needs ffmpeg_9, only in unstable + inputs.home-manager.follows = "home-manager"; }; nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel/release";