12.nixvim/tests/test-sources
Austin Horstman cbd8536a05
Some checks failed
Publish every Git push to main to FlakeHub / flakehub-publish (push) Has been cancelled
Publish every git push to Flakestry / publish-flake (push) Has been cancelled
Documentation / Version info (push) Has been cancelled
Documentation / Build (push) Has been cancelled
Documentation / Combine builds (push) Has been cancelled
Documentation / Deploy (push) Has been cancelled
modules/output: restore plugin lua dependencies
With the newer nixpkgs Neovim wrapper, plugin Lua dependencies are surfaced through neovimUtils.makeVimPackageInfo as vimPackageInfo.luaDependencies. Nixvim was still only feeding explicit extraLuaPackages into its wrapper Lua environment, so plugin-provided Lua modules stopped reaching the runtime search path after the flake.lock bump.

That showed up as real runtime failures: Telescope could not load plenary.strings and Neorg could not load lua-utils, even though explicit extraLuaPackages still worked.

Fix that by computing vimPackageInfo from config.build.plugins and appending vimPackageInfo.luaDependencies to the wrapper's extraLuaPackages. That keeps Nixvim aligned with the nixpkgs/Home Manager dependency resolution path instead of maintaining a separate recursive Lua dependency collector.

Add focused regression coverage for the two reported plugin cases:
- telescope -> plenary.strings
- neorg -> lua-utils
2026-03-29 16:40:02 +00:00
..
colorschemes tests/fetch-tests: only apply required args 2025-11-24 11:09:51 +00:00
example-configurations tests/fetch-tests: only apply required args 2025-11-24 11:09:51 +00:00
modules modules/output: restore plugin lua dependencies 2026-03-29 16:40:02 +00:00
plugins tests/conform: add darwinOnly test 2026-03-01 21:57:38 +00:00
env.nix modules: add env option 2025-03-24 18:50:29 +01:00
examples.nix tests/fetch-tests: only apply required args 2025-11-24 11:09:51 +00:00
extended-lib.nix tests/extended-lib: omit helpers 2025-11-24 11:09:51 +00:00