{ pkgs ? import { } , unstable ? import { } }: pkgs.mkShell { hardeningDisable = [ "format" ]; nativeBuildInputs = [ pkgs.lit pkgs.rustup ]; }