Jellyfin icon

Jellyfin 10.11.0

Media system

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    jellyfin # Jellyfin
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    jellyfin # Jellyfin
  ];
}

Package Definition

{
  "pname": "jellyfin",
  "version": "10.11.0",
  "src": {
    "url": "https://repo.jellyfin.org/files/server/macos/stable/v10.11.0/arm64/jellyfin_10.11.0-arm64.dmg",
    "sha256": "b252e08e89532f39a51bd78cd0be315c6d7d87350e286bfc0eee44a2106b2037"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Jellyfin.app\" && cp -r \"Jellyfin.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Media system",
    "homepage": "https://jellyfin.org/"
  }
}