let pkgs = import (fetchTarball("channel:nixpkgs-unstable")) {}; in pkgs.mkShell { buildInputs = [ pkgs.cargo pkgs.rustc ]; }