{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.rustup pkgs.scala ]; }