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
base: 2dc87881b045
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5fdc6db95718
Choose a head ref
  • 5 commits
  • 16 files changed
  • 1 contributor

Commits on Jan 30, 2017

  1. Excise use of importJSON

    Putting information in external JSON files is IMHO not an improvement
    over the idiomatic style of Nix expressions. The use of JSON doesn't
    add anything over Nix expressions (in fact it removes expressive
    power). And scattering package info over lots of little files makes
    packages less readable over having the info in one file.
    edolstra committed Jan 30, 2017
    5 Configuration menu
    Copy the full SHA
    c20cc6d View commit details
    Browse the repository at this point in the history
  2. Revert "gup: 0.5.5 -> 0.6.0 and derivation update"

    This reverts commit a59c303 due to
    use of importJSON.
    edolstra committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    12dd086 View commit details
    Browse the repository at this point in the history
  3. gup: 0.5.5 -> 0.6.0

    edolstra committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    35349b6 View commit details
    Browse the repository at this point in the history
  4. Revert "nix-update-source: 0.2.1 -> 0.2.2"

    This reverts commit b984d5d.
    edolstra committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    e7ec067 View commit details
    Browse the repository at this point in the history
  5. Revert "add nix-prefetch-source (#21734)"

    This reverts commit ca38ef7 due its
    use of importJSON and external source info files, which is
    non-idiomatic.
    edolstra committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    5fdc6db View commit details
    Browse the repository at this point in the history