summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorMynacol <Mynacol@users.noreply.github.com>2024-07-31 14:38:43 +0200
committerMynacol <Mynacol@users.noreply.github.com>2024-10-04 14:58:15 +0200
commitaa0fc3e8b872cdaa02a53e878f7392d7d87ca836 (patch)
tree9acc641c7223f212122edd4fc70d783dac6e96fb /pkgs/development/python-modules/rangehttpserver
parented96506b5dcbb8d34ffe8ae0499d194ccfe9c71d (diff)
rss-bridge: Remove pkg patch, adapt nixos service
The rss-bridge service changes introduced in f2201789fe442282c7ec17c225a9a78dd1973a09 resp. https://github.com/NixOS/nixpkgs/pull/223148 removes the need for the package patch. This commit removes the patch to ease updating and maintenance. Relevant service functionality was also removed (e.g. the setting of RSSBRIDGE_DATA). The explicit definition of FileCache.path so users can easily see its default value and change it, requires to use a freeformType to let users freely add potentially upcoming config options. This type is restricted to ini types (although we coerce them to environment variables). This however makes the list of enabled_bridges impossible. That was fixed by explicitly introducing this option with a type allowing lists. The default value however should be unset, which is expressed as `null`, which further spurred a change in the environment variable generation to ignore null values (instead of coercing them to an empty string). A breaking change note was added to highlight this change. A check that warns users of the not-application of their existing config file is not easily possible, as people could have only added or changed the config.ini.php file on the file system without changing a nix variable.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions