{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ nodePackages.serve nodePackages.prettier bun ]; }