{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ nodejs-16_x nodePackages.npm ]; }