Compare commits

..

No commits in common. "6cb28432a0a7e0c74ed47f840b157141af4f9359" and "a1c5ff26bced9f01db6bae9fb9abc40c44f8dc6b" have entirely different histories.

2 changed files with 6 additions and 14 deletions

View File

@ -75,11 +75,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1641783572,
"narHash": "sha256-gkrIuUtbRKGEb+SrBVl6hEG4PY9rg+zhDyX0n3mRFMY=",
"lastModified": 1641244400,
"narHash": "sha256-8i4oasWEz/2y9U+F1XU15jfwSbd5YOEBh2tyBBm/W8E=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "79c7b6a353e22f0eec342dead0bc69fb7ce846db",
"rev": "c6019d8efb5530dcf7ce98086b8e091be5ff900a",
"type": "github"
},
"original": {
@ -105,11 +105,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1641710811,
"narHash": "sha256-yVJ+CtwWZY8BnkNIJ/ue5a28yrRM6CkDF1LvmGmqqwM=",
"lastModified": 1641230035,
"narHash": "sha256-hFyqihERaTbLxCOlugy/rpp22VLtLh8SPRnA2uu3F/8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0ecf7d414811f831060cf55707c374d54fbb1dec",
"rev": "78cd22c1b8604de423546cd49bfe264b786eca13",
"type": "github"
},
"original": {

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
{