summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-04-15 12:36:29 +0200
committerJörg Thalheim <joerg@thalheim.io>2017-04-17 15:53:36 +0200
commit10eef8c19687bac5628054a129044db9807c468e (patch)
tree608f30a88af5fcc418608ec4d3401058963c6fb5 /doc
parent3fae96f0562ab640bdbbd2c9c2ec8e5174e4ee9d (diff)
downloadnixpkgs-10eef8c19687bac5628054a129044db9807c468e.tar
nixpkgs-10eef8c19687bac5628054a129044db9807c468e.tar.gz
nixpkgs-10eef8c19687bac5628054a129044db9807c468e.tar.bz2
nixpkgs-10eef8c19687bac5628054a129044db9807c468e.tar.lz
nixpkgs-10eef8c19687bac5628054a129044db9807c468e.tar.xz
nixpkgs-10eef8c19687bac5628054a129044db9807c468e.tar.zst
nixpkgs-10eef8c19687bac5628054a129044db9807c468e.zip
rustup: init at 1.2.0
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/rust.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/languages-frameworks/rust.md b/doc/languages-frameworks/rust.md
index 657e1642d2d..ef6ebc392b3 100644
--- a/doc/languages-frameworks/rust.md
+++ b/doc/languages-frameworks/rust.md
@@ -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