{ pkgs ? import {} }: let unstable = import {}; in pkgs.mkShell { buildInputs = [ unstable.rust-analyzer unstable.cargo-flamegraph ]; }