File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -213,8 +213,8 @@ Some examples (assume `nixpkgs` had the overlay applied):
213
213
- Latest stable/beta/nightly rust with ` default ` or ` minimal ` profile (provided the same as default behavior of ` rustup install ` ).
214
214
` nixpkgs.rust-bin.{stable,beta,nightly}.latest.{default,minimal} `
215
215
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 .
218
218
219
219
- A specific version of stable rust:
220
220
` nixpkgs.rust-bin.stable."1.48.0".default `
You can’t perform that action at this time.
0 commit comments