From 9ef9facd65235a4e9f41ff1df159bf65c8ef876e Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Fri, 3 Dec 2021 21:55:08 +0100 Subject: [PATCH] Revert "nixpkgs: patch jellyfin ffmpeg" This reverts commit 338fe536dd9d07455937628ebccfd29bd0ea2bbc. --- flake.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/flake.nix b/flake.nix index 7816c3abc..cc3bc1e78 100644 --- a/flake.nix +++ b/flake.nix @@ -23,14 +23,6 @@ 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 = [ nixpkgs.nixosModules.notDetected {