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: 47d3f10ecd53
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5bb50fb9f6b8
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 20, 2018

  1. release-lib: Filter supportedSystems with meta.platforms-style patt…

    …erns
    
    Instead of intersecting system strings, we filter with the sort of
    patterns used in `meta.platforms`.
    
    Indicating this change `forTheseSystems` has been renamed to
    `forMatchingSystems`, since the given list is now patterns to match, and
    not the systems themselves. [Just as with `meta.platforms`, systems
    strings are also supported for backwards compatibility.]
    
    This is more flexible, and makes the `forMatchingSystems` and
    packagePlatforms` cases more analogous.
    Ericson2314 committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    192f414 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9a720c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bb50fb View commit details
    Browse the repository at this point in the history