{ pkgs ? import {} }: pkgs.mkShell { packages = with pkgs; [ nodejs vtsls prettierd eslint_d fixjson # add project-specific packages below ]; }