Revert "nixpkgs: patch jellyfin ffmpeg"

This reverts commit 338fe536dd.
This commit is contained in:
nyanloutre 2021-12-03 21:55:08 +01:00
parent ac6ff0f2a1
commit 9ef9facd65
1 changed files with 0 additions and 8 deletions

View File

@ -23,14 +23,6 @@
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
{ {