Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ead1e6a36489
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9127ca25469b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 23, 2020

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

    We should not encourage installing build-tooling system-wide but
    instead promote nix-shell.
    adisbladis committed Jan 23, 2020
    Copy the full SHA
    fece3e5 View commit details
  2. Merge pull request #78383 from adisbladis/doc-patch-rust-block

    doc: Remove comment advising to install build tooling system-wide
    adisbladis authored Jan 23, 2020
    Copy the full SHA
    9127ca2 View commit details
Showing with 0 additions and 6 deletions.
  1. +0 −6 doc/languages-frameworks/rust.section.md
6 changes: 0 additions & 6 deletions doc/languages-frameworks/rust.section.md
Original file line number Diff line number Diff line change
@@ -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).