From 5fa0cd6c1353c63ac1badead1515e14a6a60ca15 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Mon, 10 Jan 2022 22:12:06 +0100 Subject: [PATCH] Revert "patch jellyfin-ffmpeg" This reverts commit 6cb28432a0a7e0c74ed47f840b157141af4f9359. --- flake.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/flake.nix b/flake.nix index 6926579..1a97e1f 100644 --- a/flake.nix +++ b/flake.nix @@ -26,14 +26,6 @@ supportedSystems = [ "x86_64-linux" ]; - channels.nixpkgs.patches = [ - (nixpkgs.legacyPackages."x86_64-linux".fetchpatch { - name = "jellyfin-ffmpeg.patch"; - url = "https://github.com/NixOS/nixpkgs/pull/151617.patch"; - sha256 = "sha256-wyHZf5diFV36h9qiSrvhpRlYGJRiXxPYqxwDEz7obvk="; - }) - ]; - hostDefaults.modules = [ nixpkgs.nixosModules.notDetected {