mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #78383 from adisbladis/doc-patch-rust-block
doc: Remove comment advising to install build tooling system-wide
This commit is contained in:
commit
9127ca2546
1 changed files with 0 additions and 6 deletions
|
@ -16,12 +16,6 @@ cargo
|
||||||
into the `environment.systemPackages` or bring them into
|
into the `environment.systemPackages` or bring them into
|
||||||
scope with `nix-shell -p rustc cargo`.
|
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
|
For daily builds (beta and nightly) use either rustup from
|
||||||
nixpkgs or use the [Rust nightlies
|
nixpkgs or use the [Rust nightlies
|
||||||
overlay](#using-the-rust-nightlies-overlay).
|
overlay](#using-the-rust-nightlies-overlay).
|
||||||
|
|
Loading…
Reference in a new issue