treefmt.buildConfig: fix accidental shadowing of type (#398433)
This commit is contained in:
@@ -24,6 +24,7 @@ settingsFile.overrideAttrs {
|
||||
passthru = {
|
||||
format = settingsFormat;
|
||||
settings = configuration.config;
|
||||
inherit (configuration) _module options type;
|
||||
inherit (configuration) _module options;
|
||||
optionType = configuration.type;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user