12.nixvim/tests
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
..
platforms docs: use official names of NixOS, Home Manager and nix-darwin 2025-10-18 00:05:26 +00:00
test-sources modules/output: restore plugin lua dependencies 2026-03-29 16:40:02 +00:00
utils tests/performance: disable test 2025-07-25 16:18:00 +00:00
all-package-defaults.nix tests/all-package-defaults: disable skim 2026-02-09 08:51:23 +00:00
default.nix flake: remove helpers module arg 2025-11-24 10:47:38 +00:00
enable-except-in-tests.nix lib: move enableExceptInTests impl to build.test option 2025-11-20 00:22:57 +00:00
extend.nix Replace runCommandNoCCLocal alias with runCommandLocal 2025-01-01 00:54:27 +00:00
extra-args.nix flake: add nixf-diagnose to treefmt config 2025-10-01 00:42:40 +00:00
extra-files.nix Replace runCommandNoCCLocal alias with runCommandLocal 2025-01-01 00:54:27 +00:00
failing-tests.nix Replace runCommandNoCCLocal alias with runCommandLocal 2025-01-01 00:54:27 +00:00
fetch-tests.nix treewide: apply linter suggestions 2025-12-28 04:26:49 +00:00
generated.nix treewide: apply linter suggestions 2025-12-28 04:26:49 +00:00
lib-tests.nix treewide: apply updated treefmt 2026-01-24 06:08:49 +00:00
lsp-servers.nix tests: disable broken crystalline 2026-02-05 20:18:49 +00:00
main.nix treewide: apply linter suggestions 2025-12-28 04:26:49 +00:00
maintainers.nix treewide: apply linter suggestions 2025-12-28 04:26:49 +00:00
nixpkgs-mock.nix modules/nixpkgs: construct an instance of nixpkgs.source 2025-01-17 09:37:03 +00:00
nixpkgs-module.nix modules/version: init with nixpkgsReleaseCheck 2025-12-03 09:24:36 +00:00
no-flake.nix flake: migrate flake-compat input to NixOS organization 2025-10-28 10:03:02 +00:00
plugins-by-name.nix tests/plugins-by-name: simplify by-name-enable-opts impl 2025-08-08 19:45:26 +00:00