{ pkgs ? import {} }: with pkgs; mkShell { buildInputs = [ elixir_1_10 nodejs-12_x ]; }