diff options
-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 ]; } |