From 2ee7f5b510fd5ea20bc039c1ef73d32ce832ac6c Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 21 Mar 2024 10:52:03 +0100 Subject: [PATCH] Remove html-tidy. --- shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/shell.nix b/shell.nix index 98cea50..1a10ccb 100644 --- a/shell.nix +++ b/shell.nix @@ -4,7 +4,6 @@ let src = ./.; hooks = { shfmt.enable = true; - html-tidy.enable = true; taplo.enable = true; }; };