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, 1 insertions, 2 deletions
diff --git a/tools/depotfmt.nix b/tools/depotfmt.nix
index 17c05d0fc4..dbd3a31a0d 100644
--- a/tools/depotfmt.nix
+++ b/tools/depotfmt.nix
@@ -24,8 +24,7 @@ let
     includes = [ "*.nix" ]
     excludes = [
       "third_party/nix/tests/*",
-      "third_party/nix/src/tests/*",
-      "tools/nixery/*"
+      "third_party/nix/src/tests/*"
     ]
 
     [formatter.rust]