doc: Remove comment advising to install build tooling system-wide

We should not encourage installing build-tooling system-wide but
instead promote nix-shell.
This commit is contained in:
adisbladis 2020-01-23 18:47:17 +00:00
parent 65ff43e866
commit fece3e5ca1
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -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).