1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-21 17:59:41 +01:00

modules/test: fix passthru example

This commit is contained in:
Matt Sturgeon 2025-11-19 06:27:52 +00:00
parent 82bc02466c
commit 7754b4eb1b

View file

@ -331,9 +331,9 @@ in
# Allow inspecting the test's module a little from the repl
# e.g.
# :lf .
# :p checks.x86_64-linux.test-1.passthru.entries.modules-autocmd.passthru.entries.example.passthru.config.extraConfigLua
# :p checks.x86_64-linux.tests.entries.modules-autocmd.entries.example.config.extraConfigLua
#
# Yes, three levels of passthru is cursed.
# Yes, three levels of `entries` is cursed.
passthru = {
inherit config options;
};