Minor cleanup

master
Sven Slootweg 7 years ago
parent 8301f1d5c1
commit 2ddc420f9d

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

Loading…
Cancel
Save