When printing submodule keys, print just the file name if known
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
6d64b1d92c
commit
abfca0ad14
|
@ -82,7 +82,7 @@ rec {
|
||||||
file = key;
|
file = key;
|
||||||
option = name;
|
option = name;
|
||||||
number = index;
|
number = index;
|
||||||
outPath = "file ${toString file} option ${option} options number ${toString number}";
|
outPath = key;
|
||||||
};
|
};
|
||||||
in if lib.isModule module then
|
in if lib.isModule module then
|
||||||
{ key = key_; } // module
|
{ key = key_; } // module
|
||||||
|
|
Loading…
Reference in New Issue