Fix import on the wrong line

This commit is contained in:
isaacST08 2025-01-18 19:56:41 -07:00
commit 9cded6f6c2

View file

@ -20,8 +20,8 @@
}: }:
let let
inherit (lib.options) mkEnableOption mkOption; inherit (lib.options) mkEnableOption mkOption;
inherit (lib.modules) mkIf mkMerge listOf; inherit (lib.modules) mkIf mkMerge;
inherit (lib.types) package str bool; inherit (lib.types) package str bool listOf;
inherit (lib.nvim.types) mkGrammarOption; inherit (lib.nvim.types) mkGrammarOption;
inherit (builtins) any attrValues; inherit (builtins) any attrValues;