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