lol

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

authored by

Ramses and committed by
GitHub
dcb2d411 a8d374ed

+2 -1
+2 -1
pkgs/by-name/tr/treefmt/build-config.nix
··· 24 24 passthru = { 25 25 format = settingsFormat; 26 26 settings = configuration.config; 27 - inherit (configuration) _module options type; 27 + inherit (configuration) _module options; 28 + optionType = configuration.type; 28 29 }; 29 30 }