# DEVELOPMENT shell environment { pkgs ? import {} }: pkgs.mkShell { name = "NodeJS"; nativeBuildInputs = with pkgs.buildPackages; [ nodejs yarn ]; }