mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
* docs: migrate third party documentation to a dedidcated folders --------- Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
18 lines
568 B
Plaintext
18 lines
568 B
Plaintext
---
|
|
title: Nix Package Manager (Advanced)
|
|
description: Install Jellyseerr using Nixpkgs
|
|
sidebar_position: 1
|
|
---
|
|
|
|
import { JellyseerrVersion, NixpkgVersion } from '@site/src/components/JellyseerrVersion';
|
|
import Admonition from '@theme/Admonition';
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
# Nix Package Manager
|
|
:::warning
|
|
Third-party installation methods are maintained by the community. The Seerr team is not responsible for these packages.
|
|
:::
|
|
|
|
Refer to [NixOS documentation](https://search.nixos.org/options?channel=25.05&query=seerr)
|