nix-community.nixvim/lib
Matt Sturgeon 9af4c3970c
tests: fix tests by enabling wrapRc
Since cbd1003d9d I'm able to add _some_
invalid config definitions to modules the tests are using and get no
build error.

For example `extraConfigLua = null;` should produce an invalid type
error, but doesn't.

One less visible change in that commit is the move away from using the
"standalone" wrapper (`makeNixvimWithModule`), which implicitly sets
`wrapRc = true`.

Adding back `wrapRc` to the tests seems to fix the issue, however this
makes me wonder if there's an underlying issue with wrapping/not-wrapping?

Perhaps we've simply uncovered a long-standing eval issue that is masked
over by using `wrapRc`?
2024-08-26 21:57:05 +01:00
..
autocmd-helpers.nix lib: migrate helpers.nixvimTypes -> lib.types 2024-08-21 07:37:11 +01:00
builders.nix modules/performance: add ability to byte compile lua configuration files 2024-07-31 11:31:40 +00:00
default.nix lib/test: move from tests/test-derivation 2024-08-21 02:48:06 +01:00
deprecation.nix lib/deprecation: expose mkSettingsRenamedOptionModules publicly 2024-08-14 11:20:17 +00:00
extend-lib.nix lib/types: merge into extendedLib 2024-08-21 07:37:11 +01:00
helpers.nix lib/types: merge into extendedLib 2024-08-21 07:37:11 +01:00
keymap-helpers.nix lib: migrate helpers.nixvimTypes -> lib.types 2024-08-21 07:37:11 +01:00
maintainers.nix plugins/comment-box-nvim: init 2024-08-26 20:28:32 +02:00
modules.nix modules/test: move test derivation to an option 2024-08-21 02:48:00 +01:00
neovim-plugin.nix lib/deprecation: expose mkSettingsRenamedOptionModules publicly 2024-08-14 11:20:17 +00:00
options.nix lib: migrate helpers.nixvimTypes -> lib.types 2024-08-21 07:37:11 +01:00
tests.nix tests: fix tests by enabling wrapRc 2024-08-26 21:57:05 +01:00
to-lua.nix lib/lua: support nixpkg's "lua-inline" type 2024-08-14 00:25:59 +01:00
types.nix lib: migrate helpers.nixvimTypes -> lib.types 2024-08-21 07:37:11 +01:00
utils.nix lib: migrate helpers.nixvimTypes -> lib.types 2024-08-21 07:37:11 +01:00
vim-plugin.nix lib/deprecation: expose mkSettingsRenamedOptionModules publicly 2024-08-14 11:20:17 +00:00