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: ec8c3c82cccb
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0c52fe970271
Choose a head ref
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 20, 2018

  1. lib: Make platforms.all actually match all platforms

    Otherwise obscure cross-compilations are hampered. `all` breaks all but
    the initial derivation (which we can't even write yet) in an open world
    setting however, so we really shouldn't have it.
    Ericson2314 committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    3c8ae01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9a1800 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e49c14c View commit details
    Browse the repository at this point in the history
  4. haskell-generic-builder: Default to window + unix platforms,

    Since GHC is a cross compiler, it's perfectly possible to make haskell
    binaries on platforms without GHCs. `windows ++ unix` seems good enough
    for now.
    
    Also don't default `hydraPlatforms` to `platforms`. The former must be a
    list of systems (strings), but the latter is a list of systems or
    patterns.
    Ericson2314 committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    65e24f2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #37460 from obsidiansystems/host-meta-platforms-fixes

    treewide: `meta.platforms` fixes now that it tracks the host platform
    Ericson2314 committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    0c52fe9 View commit details
    Browse the repository at this point in the history