diff options
author | Alan Pearce | 2025-02-09 19:19:37 +0100 |
---|---|---|
committer | Alan Pearce | 2025-02-09 19:19:37 +0100 |
commit | 1c9dd88ddffa46306b9d6ad2e808d2a5aefceca9 (patch) | |
tree | 17098a4167245b034f4e9e45a56a1ca37fdac970 | |
parent | fa7ff30b885162a08ba6e36b653036d5e6471a95 (diff) | |
download | dns-1c9dd88ddffa46306b9d6ad2e808d2a5aefceca9.tar.lz dns-1c9dd88ddffa46306b9d6ad2e808d2a5aefceca9.tar.zst dns-1c9dd88ddffa46306b9d6ad2e808d2a5aefceca9.zip |
remove prettier (use dnscontrol fmt)
-rw-r--r-- | shell.nix | 1 |
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 ]; } |