diff options
Diffstat (limited to 'root/nix')
| -rw-r--r-- | root/nix/_treefmt.nix | 4 |
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 |
