about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2020-01-23 18:47:17 +0000
committeradisbladis <adisbladis@gmail.com>2020-01-23 21:09:30 +0000
commitfece3e5ca1f58c6a4c00df86130f2e1ea206142c (patch)
treef761a5a62e281fdf97e2ab846ba34d82356d7547 /doc
parent65ff43e8662fb02bccada5542147d80920ebfccb (diff)
downloadnixlib-fece3e5ca1f58c6a4c00df86130f2e1ea206142c.tar
nixlib-fece3e5ca1f58c6a4c00df86130f2e1ea206142c.tar.gz
nixlib-fece3e5ca1f58c6a4c00df86130f2e1ea206142c.tar.bz2
nixlib-fece3e5ca1f58c6a4c00df86130f2e1ea206142c.tar.lz
nixlib-fece3e5ca1f58c6a4c00df86130f2e1ea206142c.tar.xz
nixlib-fece3e5ca1f58c6a4c00df86130f2e1ea206142c.tar.zst
nixlib-fece3e5ca1f58c6a4c00df86130f2e1ea206142c.zip
doc: Remove comment advising to install build tooling system-wide
We should not encourage installing build-tooling system-wide but
instead promote nix-shell.
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/rust.section.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/languages-frameworks/rust.section.md b/doc/languages-frameworks/rust.section.md
index 0edf03ad26a9..3332dff1eb07 100644
--- a/doc/languages-frameworks/rust.section.md
+++ b/doc/languages-frameworks/rust.section.md
@@ -16,12 +16,6 @@ cargo
 into the `environment.systemPackages` or bring them into
 scope with `nix-shell -p rustc cargo`.
 
-> If you are using NixOS and you want to use rust without a nix expression you
-> probably want to add the following in your `configuration.nix` to build
-> crates with C dependencies.
->
->     environment.systemPackages = [binutils gcc gnumake openssl pkgconfig]
-
 For daily builds (beta and nightly) use either rustup from
 nixpkgs or use the [Rust nightlies
 overlay](#using-the-rust-nightlies-overlay).