fix: use default value for missing file
This commit is contained in:
parent
f69e9b8c78
commit
6093067c50
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ lib: {
|
||||||
lib.modules.apply.properties definition.value
|
lib.modules.apply.properties definition.value
|
||||||
);
|
);
|
||||||
normalize = value: {
|
normalize = value: {
|
||||||
__file__ = definition.__file__;
|
__file__ = definition.__file__ or "<unknown>";
|
||||||
inherit value;
|
inherit value;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Add table
Reference in a new issue