mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-18 09:51:19 +00:00
wrapper: fix wrong import source
This commit is contained in:
parent
3ca7e3b841
commit
4eb7880e55
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue