We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afded8 commit 8d6b79fCopy full SHA for 8d6b79f
modules/top-level/test.nix
@@ -360,9 +360,9 @@ in
360
# Allow inspecting the test's module a little from the repl
361
# e.g.
362
# :lf .
363
- # :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
364
#
365
- # Yes, three levels of passthru is cursed.
+ # Yes, three levels of `entries` is cursed.
366
passthru = {
367
inherit (testConfiguration) config options;
368
configuration = testConfiguration;
0 commit comments