nix-community.nixvim/wrappers
Matt Sturgeon cb2b76c1a9
docs/home-manager: eval options without checking config definitions
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.
2024-09-27 02:56:28 +01:00
..
modules docs/home-manager: eval options without checking config definitions 2024-09-27 02:56:28 +01:00
_shared.nix modules/{output,files,test}: move outputs to build scope 2024-09-26 06:31:57 +01:00
darwin.nix modules/output: check warnings+assertions on build.package 2024-09-26 18:04:36 +01:00
hm.nix docs/home-manager: eval options without checking config definitions 2024-09-27 02:56:28 +01:00
nixos.nix modules/output: check warnings+assertions on build.package 2024-09-26 18:04:36 +01:00
standalone.nix modules/{output,files,test}: move outputs to build scope 2024-09-26 06:31:57 +01:00