diff --git a/modules/wrapper/rc/config.nix b/modules/wrapper/rc/config.nix index 7457d459..b5fa68f5 100644 --- a/modules/wrapper/rc/config.nix +++ b/modules/wrapper/rc/config.nix @@ -4,8 +4,7 @@ ... }: let inherit (builtins) map mapAttrs filter; - inherit (lib.options) mkOption; - inherit (lib.attrsets) mapAttrsToList filterAttrs getAttrs attrValues attrNames; + inherit (lib.attrsets) mapAttrsToList filterAttrs attrsToList; inherit (lib.strings) concatLines concatMapStringsSep; inherit (lib.trivial) showWarnings; inherit (lib.generators) mkLuaInline;