From 475d35797d9537354d825260cf583114537affc2 Mon Sep 17 00:00:00 2001 From: awwpotato Date: Wed, 6 Aug 2025 17:40:33 -0700 Subject: [PATCH] treefmt: handle deadnix excludes --- treefmt.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/treefmt.toml b/treefmt.toml index 1e1d7f80..cab0579d 100644 --- a/treefmt.toml +++ b/treefmt.toml @@ -7,12 +7,8 @@ includes = [ "*.nix" ] [formatter.deadnix] command = "deadnix" -options = [ "--edit", "--no-lambda-arg" ] +options = [ "--edit", "--no-lambda-arg", "--no-lambda-pattern-names" ] includes = [ "*.nix" ] -excludes = [ - "tests/integration/standalone/alice-home-init.nix", - "tests/integration/standalone/home-with-symbols-init.nix" -] [formatter.keep-sorted] command = "keep-sorted"