1 2 3 4 5 6
{ pkgs ? import <nixpkgs> {} }: let unstable = import <unstable> {}; in pkgs.mkShell { buildInputs = [ unstable.rust-analyzer unstable.cargo-flamegraph ]; }