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: a5600ccfae55
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 014c26d75bb5
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 27, 2019

  1. all-packages.nix: Don't recurse into 'tests'

    Doing so significantly slows down 'nix-env -qa' (4.30s vs 5.17s),
    mostly because it seems to do a NixOS system evaluation.
    
    This attribute should probably be removed entirely since tests should
    be in release.nix, not pollute nix-env's package set.
    edolstra committed Apr 27, 2019
    2
    Copy the full SHA
    014c26d View commit details
    Browse the repository at this point in the history