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: 7145c6299574
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 162c92da08f2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 24, 2017

  1. doc: rust is an attribute set, not a package

    Using `rust` instead of `rustc cargo` doesn't work in either `systemPackages` or `nix-shell -p`
    vaibhavsagar committed Nov 24, 2017

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    LnL7 Daiderd Jordan
    Copy the full SHA
    1349174 View commit details
  2. Merge pull request #31998 from vaibhavsagar/patch-1

    Update rust.md
    adisbladis authored Nov 24, 2017
    Copy the full SHA
    162c92d View commit details
Showing with 3 additions and 2 deletions.
  1. +3 −2 doc/languages-frameworks/rust.md
5 changes: 3 additions & 2 deletions doc/languages-frameworks/rust.md
Original file line number Diff line number Diff line change
@@ -9,11 +9,12 @@ date: 2017-03-05
To install the rust compiler and cargo put

```
rust
rustc
cargo
```

into the `environment.systemPackages` or bring them into
scope with `nix-shell -p rust`.
scope with `nix-shell -p rustc cargo`.

For daily builds (beta and nightly) use either rustup from
nixpkgs or use the [Rust nightlies