with import {}; stdenv.mkDerivation { name = "rust-dev"; buildInputs = with pkgs; [ rustc cargo rust-analyzer rustfmt ]; }