summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2025-02-09 19:19:37 +0100
committerAlan Pearce2025-02-09 19:19:37 +0100
commit1c9dd88ddffa46306b9d6ad2e808d2a5aefceca9 (patch)
tree17098a4167245b034f4e9e45a56a1ca37fdac970
parentfa7ff30b885162a08ba6e36b653036d5e6471a95 (diff)
downloaddns-1c9dd88ddffa46306b9d6ad2e808d2a5aefceca9.tar.lz
dns-1c9dd88ddffa46306b9d6ad2e808d2a5aefceca9.tar.zst
dns-1c9dd88ddffa46306b9d6ad2e808d2a5aefceca9.zip
remove prettier (use dnscontrol fmt)
-rw-r--r--shell.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 40929d0..49a1aeb 100644
--- a/shell.nix
+++ b/shell.nix
@@ -5,6 +5,5 @@ pkgs.mkShell {
   packages = with pkgs; [
     dnscontrol
     xh
-    nodePackages.prettier
   ];
 }