aboutsummaryrefslogtreecommitdiff
path: root/root/nix/_treefmt.nix
diff options
context:
space:
mode:
authorvkcku <[email protected]>2026-06-01 09:43:32 +0530
committervkcku <[email protected]>2026-06-01 09:43:32 +0530
commit4fbcc1a04d62b5b569c7f26f8f80dec27326cf2a (patch)
tree70baa3ec054ce9c2d0919ec039aa22d59e2ab7d4 /root/nix/_treefmt.nix
parentroot: configure markdown formatter (diff)
infra: initial commit
monorepo-revid: ed8c310e6049eb2c7bba4ee82872707984c2c5bb
Diffstat (limited to 'root/nix/_treefmt.nix')
-rw-r--r--root/nix/_treefmt.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/root/nix/_treefmt.nix b/root/nix/_treefmt.nix
index 8cd6d6d..07056db 100644
--- a/root/nix/_treefmt.nix
+++ b/root/nix/_treefmt.nix
@@ -2,6 +2,10 @@
let
conf = {
imports = [ ./_treefmt-base.nix ];
+
+ settings.excludes = [
+ "infra/*"
+ ];
};
in
treefmt-nix.lib.mkWrapper pkgs conf