let
moz_overlay = import (builtins.fetchTarball https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz);
in
with import <nixpkgs> { overlays = [ moz_overlay ]; };
mkShell {
buildInputs = [ stdenv latest.rustChannels.nightly.rust rustfmt ];
}