Skip to content

Commit d2ab727

Browse files
committed
Fix obsolete content in README
1 parent be2d768 commit d2ab727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ Some examples (assume `nixpkgs` had the overlay applied):
213213
- Latest stable/beta/nightly rust with `default` or `minimal` profile (provided the same as default behavior of `rustup install`).
214214
`nixpkgs.rust-bin.{stable,beta,nightly}.latest.{default,minimal}`
215215

216-
Note: `default` profile on `nightly` may not always be available due to absense of required components.
217-
You can check availability on [Rustup packages availibility](https://rust-lang.github.io/rustup-components-history/).
216+
Note: Directly using `nightly.latest.*` is not recommended since your build will fail when
217+
some components missing on some days. Use `selectLatestNightlyWith` instead, see example below.
218218

219219
- A specific version of stable rust:
220220
`nixpkgs.rust-bin.stable."1.48.0".default`

0 commit comments

Comments
 (0)