mirror of
https://gitlab.com/TECHNOFAB/nixtest.git
synced 2025-12-12 10:10:09 +01:00
docs: set _file so "declared in" works correctly
This commit is contained in:
parent
56d22f4aa1
commit
5a7053afcb
1 changed files with 1 additions and 0 deletions
|
|
@ -205,6 +205,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nixtestSubmodule = {config, ...}: {
|
nixtestSubmodule = {config, ...}: {
|
||||||
|
_file = ./module.nix;
|
||||||
options = {
|
options = {
|
||||||
base = mkOption {
|
base = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue