summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-10-15 16:11:56 +0200
committerMel <einebeere@gmail.com>2024-10-15 16:11:56 +0200
commitaa8dd072c4e02e28867dfc404f08e396e1471f7a (patch)
treee1f919c655c5f0b64de137929474d3ec9c5529f1 /modules
parentc8235346fe342df4aebc3f47d4f29040162dbe61 (diff)
downloadminerals-aa8dd072c4e02e28867dfc404f08e396e1471f7a.tar.zst
minerals-aa8dd072c4e02e28867dfc404f08e396e1471f7a.zip
Fix up Jellyfin module package set inputs
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules')
-rw-r--r--modules/jellyfin.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/jellyfin.nix b/modules/jellyfin.nix
index 1194573..b285161 100644
--- a/modules/jellyfin.nix
+++ b/modules/jellyfin.nix
@@ -1,8 +1,5 @@
-{ config, pkgs, unstable, ... }:
+{ config, pkgs, auxiliaryPkgs, ... }:
 
-let
-  auxiliaryPkgs = import ../pkgs { inherit pkgs unstable; };
-in
 {
   services.jellyfin = {
     enable = true;