Add patch of rqbit for higher version

This commit is contained in:
ulic-youthlic 2026-02-01 14:42:00 +08:00
parent dc462255db
commit 3fcebc8a87
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 32 additions and 0 deletions

View file

@ -49,12 +49,20 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
# nixpkgs.url = "github:NixOS/nixpkgs/master";
## fix ffmpeg_7-full
nixpkgs-485356 = {
type = "github";
owner = "nixos";
repo = "nixpkgs";
ref = "refs/pull/485356/head";
};
## update rqbit
nixpkgs-485603 = {
type = "github";
owner = "nixos";
repo = "nixpkgs";
ref = "refs/pull/485603/head";
};
lix-module = {
url = "git+https://git.lix.systems/lix-project/nixos-module?ref=release-2.93";