flake: unpin zen-browser nixpkgs, needs ffmpeg_9 from unstable

This commit is contained in:
rope 2026-08-16 12:22:10 +01:00
parent 05a2286d7d
commit 25c8671873
2 changed files with 19 additions and 7 deletions

View file

@ -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";