Add patch of rqbit for higher version
This commit is contained in:
parent
dc462255db
commit
3fcebc8a87
4 changed files with 32 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue