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

20
flake.lock generated
View file

@ -293,6 +293,22 @@
"type": "github" "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": { "nur": {
"inputs": { "inputs": {
"flake-parts": [ "flake-parts": [
@ -462,9 +478,7 @@
"home-manager": [ "home-manager": [
"home-manager" "home-manager"
], ],
"nixpkgs": [ "nixpkgs": "nixpkgs_5"
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1786843091, "lastModified": 1786843091,

View file

@ -10,10 +10,8 @@
zen-browser = { zen-browser = {
url = "github:0xc000022070/zen-browser-flake"; url = "github:0xc000022070/zen-browser-flake";
inputs = { # no nixpkgs.follows: zen needs ffmpeg_9, only in unstable
nixpkgs.follows = "nixpkgs"; inputs.home-manager.follows = "home-manager";
home-manager.follows = "home-manager";
};
}; };
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel/release"; nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel/release";