add warning about nixpkgs version for jellyseerr

This commit is contained in:
Rohan Datar
2025-01-11 17:07:44 -06:00
parent ae19d7c102
commit 7ffdbed6bf
2 changed files with 11 additions and 6 deletions
Generated
+6 -6
View File
@@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1730831018, "lastModified": 1736420959,
"narHash": "sha256-2S0HwIFRxYp+afuoFORcZA9TjryAf512GmE0MTfEOPU=", "narHash": "sha256-dMGNa5UwdtowEqQac+Dr0d2tFO/60ckVgdhZU9q2E2o=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8c4dc69b9732f6bbe826b5fbb32184987520ff26", "rev": "32af3611f6f05655ca166a0b1f47b57c762b5192",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -24,11 +24,11 @@
}, },
"vpnconfinement": { "vpnconfinement": {
"locked": { "locked": {
"lastModified": 1729977304, "lastModified": 1731209328,
"narHash": "sha256-T/ABQpSbPJxO7TGl1P2fBd87xsQmnVflIFgHQTxwvBs=", "narHash": "sha256-b3jggBHZh20jUfBxoaIvew23czsw82zBc0aKxtkF3g8=",
"owner": "Maroka-chan", "owner": "Maroka-chan",
"repo": "VPN-Confinement", "repo": "VPN-Confinement",
"rev": "3b11ba59f1c852493203b86c8acd715259a6c3cd", "rev": "74e6fd47804b5ca69187200efbb14cf1ecb9ea07",
"type": "github" "type": "github"
}, },
"original": { "original": {
+5
View File
@@ -31,6 +31,11 @@ in {
description = '' description = ''
The location of the state directory for the Jellyseerr service. The location of the state directory for the Jellyseerr service.
> **Warning** this option does not work on the latest stable nixpkgs.
> If you are using an old version of nixpkgs, make sure to set the
> `jellyseerr.package` option to use the latest version from nixkpgs-unstable.
> **Warning:** Setting this to any path, where the subpath is not > **Warning:** Setting this to any path, where the subpath is not
> owned by root, will fail! For example: > owned by root, will fail! For example:
> >