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