diff --git a/flake.nix b/flake.nix index 1a97e1f..6926579 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,14 @@ 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 {