summary refs log tree commit diff stats
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-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
   ];
 }