From fece3e5ca1f58c6a4c00df86130f2e1ea206142c Mon Sep 17 00:00:00 2001 From: adisbladis Date: Thu, 23 Jan 2020 18:47:17 +0000 Subject: [PATCH] doc: Remove comment advising to install build tooling system-wide We should not encourage installing build-tooling system-wide but instead promote nix-shell. --- doc/languages-frameworks/rust.section.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/languages-frameworks/rust.section.md b/doc/languages-frameworks/rust.section.md index 0edf03ad26a..3332dff1eb0 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).