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:
parent
82bc02466c
commit
7754b4eb1b
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue