From d2ab727524517187e2103228c2652d7b5fcc4085 Mon Sep 17 00:00:00 2001 From: oxalica Date: Sat, 15 May 2021 03:45:47 +0800 Subject: [PATCH] Fix obsolete content in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 691a7f7207d..89d4430aa9e 100644 --- a/README.md +++ b/README.md @@ -213,8 +213,8 @@ Some examples (assume `nixpkgs` had the overlay applied): - Latest stable/beta/nightly rust with `default` or `minimal` profile (provided the same as default behavior of `rustup install`). `nixpkgs.rust-bin.{stable,beta,nightly}.latest.{default,minimal}` - Note: `default` profile on `nightly` may not always be available due to absense of required components. - You can check availability on [Rustup packages availibility](https://rust-lang.github.io/rustup-components-history/). + Note: Directly using `nightly.latest.*` is not recommended since your build will fail when + some components missing on some days. Use `selectLatestNightlyWith` instead, see example below. - A specific version of stable rust: `nixpkgs.rust-bin.stable."1.48.0".default`