mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
By default `lib.evalModules` will check all config definitions match a declared option (or a freeform type), leading to errors like: error: The option `wrapRc' does not exist. Setting `_module.freeformType` or `_module.check` will disable this, allowing us to evaluate the option declaration without checking the config definitions. |
||
---|---|---|
.. | ||
modules | ||
_shared.nix | ||
darwin.nix | ||
hm.nix | ||
nixos.nix | ||
standalone.nix |