diff --git a/README.md b/README.md index 1c578c0..0ea2e68 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,11 @@ discord](https://discord.gg/n9ga99KwWC). Note that this is still in a somewhat beta state, beware! -- Bugs are around -- Options generally won't be changed, but I reserve the right -- Some options are mostly untested +- A few known bugs are present +- Options probably won't be changed, but I reserve the right +- Few options are mostly untested -The general format won't change however. If you do still use it, any feedback -would be greatly appreciated. +If you do still use it, any feedback would be greatly appreciated. ## Features diff --git a/nixarr/sabnzbd/default.nix b/nixarr/sabnzbd/default.nix index 24c966c..37cc1c7 100644 --- a/nixarr/sabnzbd/default.nix +++ b/nixarr/sabnzbd/default.nix @@ -1,6 +1,7 @@ { config, lib, + pkgs, ... }: with lib; let @@ -152,6 +153,7 @@ in { apply-user-configs-script = pkgs.writers.writePython3Bin "sabnzbd-set-user-values" { libraries = [pkgs.python3Packages.configobj]; } '' + # flake8: noqa from pathlib import Path from configobj import ConfigObj