Skip to content

Commit 8d6b79f

Browse files
committed
modules/test: fix passthru example
1 parent 2afded8 commit 8d6b79f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/top-level/test.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,9 @@ in
360360
# Allow inspecting the test's module a little from the repl
361361
# e.g.
362362
# :lf .
363-
# :p checks.x86_64-linux.test-1.passthru.entries.modules-autocmd.passthru.entries.example.passthru.config.extraConfigLua
363+
# :p checks.x86_64-linux.tests.entries.modules-autocmd.entries.example.config.extraConfigLua
364364
#
365-
# Yes, three levels of passthru is cursed.
365+
# Yes, three levels of `entries` is cursed.
366366
passthru = {
367367
inherit (testConfiguration) config options;
368368
configuration = testConfiguration;

0 commit comments

Comments
 (0)