formatting: exclude script-writers.nix

Was copied from nixpkgs -> Keeping the diff low in order to upstream easier
This commit is contained in:
DavHau 2024-02-27 18:18:50 +07:00
parent 45fd64a930
commit fdedf40e27

View File

@ -30,6 +30,10 @@
"--" # this argument is ignored by bash
];
includes = [ "*.nix" ];
excludes = [
# Was copied from nixpkgs. Keep diff minimal to simplify upstreaming.
"pkgs/builders/script-writers.nix"
];
};
treefmt.settings.formatter.python = {
command = "sh";