diff options
| -rw-r--r-- | root/nix/_treefmt.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/root/nix/_treefmt.nix b/root/nix/_treefmt.nix index 07056db..ea07aaa 100644 --- a/root/nix/_treefmt.nix +++ b/root/nix/_treefmt.nix @@ -4,7 +4,10 @@ let imports = [ ./_treefmt-base.nix ]; settings.excludes = [ + # keep-sorted start "infra/*" + "private/*" + # keep-sorted end ]; }; in |
