forked from nyanloutre/nixos-config
nixpkgs: patch jellyfin ffmpeg
This commit is contained in:
parent
8e98daf0be
commit
338fe536dd
@ -23,6 +23,14 @@
|
|||||||
|
|
||||||
supportedSystems = [ "x86_64-linux" ];
|
supportedSystems = [ "x86_64-linux" ];
|
||||||
|
|
||||||
|
channels.nixpkgs.patches = [
|
||||||
|
(nixpkgs.legacyPackages."x86_64-linux".fetchpatch {
|
||||||
|
name = "jellyfin-ffmpeg.patch";
|
||||||
|
url = "https://github.com/NixOS/nixpkgs/compare/master...nyanloutre:jellyfin-ffmpeg-init.patch";
|
||||||
|
sha256 = "sha256-ecKrQ9EM35IFd0vbelGhapUuMYR+RTVu4KPHI81rlZM=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
hostDefaults.modules = [
|
hostDefaults.modules = [
|
||||||
nixpkgs.nixosModules.notDetected
|
nixpkgs.nixosModules.notDetected
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user