about summary refs log tree commit diff
path: root/tools/depotfmt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/depotfmt.nix')
-rw-r--r--tools/depotfmt.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/depotfmt.nix b/tools/depotfmt.nix
index dbd3a31a0d..17c05d0fc4 100644
--- a/tools/depotfmt.nix
+++ b/tools/depotfmt.nix
@@ -24,7 +24,8 @@ let
     includes = [ "*.nix" ]
     excludes = [
       "third_party/nix/tests/*",
-      "third_party/nix/src/tests/*"
+      "third_party/nix/src/tests/*",
+      "tools/nixery/*"
     ]
 
     [formatter.rust]