fix: use default value for missing file

This commit is contained in:
Jake Hamilton 2025-03-07 22:28:30 -08:00
parent f69e9b8c78
commit 6093067c50
Signed by: jakehamilton
GPG key ID: 9762169A1B35EA68

View file

@ -47,7 +47,7 @@ lib: {
lib.modules.apply.properties definition.value
);
normalize = value: {
__file__ = definition.__file__;
__file__ = definition.__file__ or "<unknown>";
inherit value;
};
in