Compare commits

..

No commits in common. "a749bc87711ff324d48879a4ce09ae2fcfb085be" and "a3ee5e2dd11e7ab0f0731cb346cf66c88172171f" have entirely different histories.

1 changed files with 8 additions and 0 deletions

View File

@ -26,6 +26,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/pull/151617.patch";
sha256 = "sha256-wyHZf5diFV36h9qiSrvhpRlYGJRiXxPYqxwDEz7obvk=";
})
];
hostDefaults.modules = [ hostDefaults.modules = [
nixpkgs.nixosModules.notDetected nixpkgs.nixosModules.notDetected
{ {