{ pkgs ? import { } }: pkgs.mkShell { buildInputs = [ pkgs.rustup pkgs.rust-analyzer ]; }