aboutsummaryrefslogtreecommitdiff
path: root/root/nix
diff options
context:
space:
mode:
authorvkcku <[email protected]>2026-06-01 20:16:44 +0530
committervkcku <[email protected]>2026-06-01 20:16:44 +0530
commit0a8070e04b8962e429386bad2618b99a94a280b5 (patch)
tree90c4bfbe17a36f7f4a8b3bd788ae7d6ac74f8662 /root/nix
parentinfra(plato): enable gitserver (diff)
private: initial commit
monorepo-revid: 2a3f9ad23e65594cc7a13355fbe8f2b2e110cabf
Diffstat (limited to 'root/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