{ pkgs ? import {} }: pkgs.mkShellNoCC { packages = with pkgs; [ nodejs typescript ]; }