Compare commits

..

2 Commits

Author SHA1 Message Date
nyanloutre a749bc8771 Merge branch 'master' of gitea.nyanlout.re:nyanloutre/nixos-config 2022-01-28 08:54:34 +01:00
nyanloutre 5fa0cd6c13 Revert "patch jellyfin-ffmpeg"
This reverts commit 6cb28432a0.
2022-01-10 22:12:06 +01:00
1 changed files with 0 additions and 8 deletions

View File

@ -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
{