Files
Austin Horstman 6474a24fdd neovim/tests: use override instead of overrideAttrs for wrapper options
Correct nvim_with_autoconfigure and nvim_with_runtimeDeps tests.

1. Switched from overrideAttrs to override. Overriding wrapper arguments like autoconfigure via overrideAttrs was a silent no-op because the wrapper function evaluated the lexical autoconfigure parameter instead of the derivation attribute finalAttrs.autoconfigure.
2. Switched from plugins list to configure.packages format. The legacy neovim wrapper ignores the direct plugins argument and requires plugins to be configured under configure.packages.
2026-06-27 08:57:35 -05:00
..