{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ gleam erlang watchexec python3 python3Packages.livereload ]; }