treewide: change modules to use 'inherit (builtins) ...

This commit is contained in:
Frothy 2023-11-14 00:18:32 -07:00
commit 4dc7576176
19 changed files with 59 additions and 42 deletions

View file

@ -2,8 +2,7 @@
config,
lib,
...
}:
with builtins; let
}: let
inherit (lib) optionalString boolToString mkIf optionals;
inherit (lib.nvim.lua) nullString;