docs: set _file so "declared in" works correctly

This commit is contained in:
technofab 2025-10-01 19:42:30 +02:00
parent 56d22f4aa1
commit 5a7053afcb
No known key found for this signature in database

View file

@ -205,6 +205,7 @@
};
nixtestSubmodule = {config, ...}: {
_file = ./module.nix;
options = {
base = mkOption {
type = types.str;