From 4fbcc1a04d62b5b569c7f26f8f80dec27326cf2a Mon Sep 17 00:00:00 2001 From: vkcku Date: Mon, 1 Jun 2026 09:43:32 +0530 Subject: infra: initial commit monorepo-revid: ed8c310e6049eb2c7bba4ee82872707984c2c5bb --- root/nix/_treefmt.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'root/nix') 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 -- cgit v1.3.1