31 lines
946 B
Plaintext
31 lines
946 B
Plaintext
---
|
|
title: Nix Package Manager (Advanced)
|
|
description: Install Seerr using Nixpkgs
|
|
sidebar_position: 1
|
|
---
|
|
|
|
import { SeerrVersion, NixpkgVersion } from '@site/src/components/SeerrVersion';
|
|
import Admonition from '@theme/Admonition';
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
# Nix Package Manager
|
|
:::danger
|
|
This method has not yet been updated for Seerr and is currently a work in progress.
|
|
You can follow the ongoing work on these pull requests:
|
|
- https://github.com/NixOS/nixpkgs/pull/450096
|
|
- https://github.com/NixOS/nixpkgs/pull/450093
|
|
:::
|
|
|
|
<!--
|
|
:::warning
|
|
Third-party installation methods are maintained by the community. The Seerr team is not responsible for these packages.
|
|
:::
|
|
|
|
:::warning
|
|
This method is not recommended for most users. It is intended for advanced users who are using NixOS distribution.
|
|
:::
|
|
|
|
Refer to [NixOS documentation](https://search.nixos.org/options?channel=25.05&query=seerr)
|
|
-->
|