treewide: remove 'with lib;'

This commit is contained in:
Felix Buehler 2025-09-21 18:40:36 +02:00
parent cf54323dc7
commit 78ae241387
53 changed files with 245 additions and 245 deletions

View file

@ -7,8 +7,8 @@ let
port = 8989;
in
{
options.my.services.sonarr = with lib; {
enable = mkEnableOption "Sonarr for series management";
options.my.services.sonarr = {
enable = lib.mkEnableOption "Sonarr for series management";
apiKeyFile = lib.mkOption {
type = lib.types.path;