From 5dd41f21ae275956f0077daee448c7d0455b117b Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 13 Apr 2024 22:45:03 -0400 Subject: [PATCH] oops remove deadnix :( Signed-off-by: ahuston-0 --- treefmt.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/treefmt.toml b/treefmt.toml index 0abbac2..5346d5e 100644 --- a/treefmt.toml +++ b/treefmt.toml @@ -13,10 +13,3 @@ command = "nixfmt" # Glob pattern of files to include includes = [ "*.nix" ] -[formatter.deadnix] -# Formatter to run -command = "deadnix" -# Command-line arguments for the command -#options = [] -# Glob pattern of files to include -includes = [ "*.nix" ]