Merge pull request #31998 from vaibhavsagar/patch-1

Update rust.md
This commit is contained in:
adisbladis 2017-11-24 15:34:03 +08:00 committed by GitHub
commit 162c92da08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,12 @@ date: 2017-03-05
To install the rust compiler and cargo put To install the rust compiler and cargo put
``` ```
rust rustc
cargo
``` ```
into the `environment.systemPackages` or bring them into into the `environment.systemPackages` or bring them into
scope with `nix-shell -p rust`. scope with `nix-shell -p rustc cargo`.
For daily builds (beta and nightly) use either rustup from For daily builds (beta and nightly) use either rustup from
nixpkgs or use the [Rust nightlies nixpkgs or use the [Rust nightlies