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
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ

View file

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