Skip to content

Commit

Permalink
doc: Remove comment advising to install build tooling system-wide
Browse files Browse the repository at this point in the history
We should not encourage installing build-tooling system-wide but
instead promote nix-shell.

(cherry picked from commit fece3e5)
  • Loading branch information
adisbladis authored and dtzWill committed Jan 24, 2020
1 parent aa09b4c commit a68422b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions doc/languages-frameworks/rust.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit a68422b

Please sign in to comment.