1 2 3 4 5 6 7 8 9 10 11
{ treefmt-nix, pkgs, ... }: let conf = { imports = [ ./_treefmt-base.nix ]; settings.excludes = [ "infra/*" ]; }; in treefmt-nix.lib.mkWrapper pkgs conf