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: 69779a5f7e36
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: cd121fd3c9ce
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 11, 2018

  1. lib/systems: musl, libc predicates

    Note this doesn't actually provide musl support yet,
    just improves our "system" code to understand
    musl-based triples and non-glibc linux configurations.
    dtzWill committed Feb 11, 2018
    Copy the full SHA
    2dfee94 View commit details
    Browse the repository at this point in the history
  2. Drop "isGlibc", but keep isMusl.

    gnu "abi" doesn't mean glibc (mingw, apparently).
    dtzWill committed Feb 11, 2018
    Copy the full SHA
    f090bbb View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Merge pull request #34861 from dtzWill/feature/musl-lib

    lib/systems: musl "ABI"s, examples
    Ericson2314 committed Feb 12, 2018
    Copy the full SHA
    cd121fd View commit details
    Browse the repository at this point in the history