{ pkgs ? import { } }: pkgs.mkShell { buildInputs = with pkgs; [ nodejs nodePackages.ts-node ]; }