treewide: remove unused inherits

This commit is contained in:
poz 2025-07-06 03:30:44 +02:00
commit ad69bef1f5
No known key found for this signature in database
16 changed files with 7 additions and 18 deletions

View file

@ -5,7 +5,6 @@
}: let
inherit (builtins) toJSON;
inherit (lib.modules) mkIf;
inherit (lib.strings) optionalString;
cfg = config.vim.assistant.copilot;