@ -16,11 +16,11 @@
};
errorReporterModule = optionalValue hasErrorReporting (errorReporter {
application = application;
applicationName = name;
errorPath = errorPath;
inherit application errorPath;
});
in {
in
{
imports = [
errorReporterModule
];