aboutsummaryrefslogtreecommitdiff
path: root/root/nix/_treefmt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'root/nix/_treefmt.nix')
-rw-r--r--root/nix/_treefmt.nix3
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