rustup: init at 1.2.0

This commit is contained in:
Jörg Thalheim
2017-04-17 15:53:36 +02:00
parent 3fae96f056
commit 10eef8c196
4 changed files with 136 additions and 3 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ into the `environment.systemPackages` or bring them into scope with
`nix-shell -p rustStable.rustc -p rustStable.cargo`.
There are also `rustBeta` and `rustNightly` package sets available.
These are not updated very regulary. For daily builds see
[Using the Rust nightlies overlay](#using-the-rust-nightlies-overlay)
These are not updated very regulary. For daily builds use either rustup from
nixpkgs or use the [Rust nightlies overlay](#using-the-rust-nightlies-overlay).
## Packaging Rust applications