treefmt.buildConfig: fix accidental shadowing of type (#398433)

This commit is contained in:
Ramses
2025-04-16 11:23:13 +02:00
committed by GitHub
+2 -1
View File
@@ -24,6 +24,7 @@ settingsFile.overrideAttrs {
passthru = {
format = settingsFormat;
settings = configuration.config;
inherit (configuration) _module options type;
inherit (configuration) _module options;
optionType = configuration.type;
};
}