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: 08d35056ef20
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: aa0cf6442270
Choose a head ref
  • 6 commits
  • 17 files changed
  • 2 contributors

Commits on Mar 25, 2019

  1. manual: Auto reformat

    Ericson2314 committed Mar 25, 2019
    Copy the full SHA
    ceb27ef View commit details
    Browse the repository at this point in the history
  2. top-level: Create pkgs{Build,Host,Target}{Build,Host,Target}

    This is needed to avoid confusing and repeated boilerplate for
    `fooForTarget`.  The vast majority of use-cases can still use
    `buildPackages or `targetPackages`, which are now defined in terms of
    these.
    Ericson2314 committed Mar 25, 2019
    Copy the full SHA
    70d71bb View commit details
    Browse the repository at this point in the history
  3. ghc, go, guile: Use new pkgs*

    `pkgsBuildTarget` allows us to avoid repeated and confusing conditions.
    The others merely provide clarity for one the foreign package set's
    target platform matters.
    Ericson2314 committed Mar 25, 2019
    Copy the full SHA
    655a29f View commit details
    Browse the repository at this point in the history
  4. manual: Document pkgsFooBar and more

    There was a bunch of stuff in the cross section that haddn't had any
    attention in a while. I might need to slim it down later, but this is
    good for now.
    Ericson2314 committed Mar 25, 2019
    Copy the full SHA
    5e5266f View commit details
    Browse the repository at this point in the history
  5. manual: Fix typos

    Thanks @matthewbauer!
    
    Co-Authored-By: Ericson2314 <git@JohnEricson.me>
    Ericson2314 committed Mar 25, 2019
    Copy the full SHA
    8ba4db0 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Merge pull request #57611 from Ericson2314/stage-braid-not-chain

    top-level: Create `pkgs{Build,Host,Target}{Build,Host,Target}`
    Ericson2314 committed Mar 26, 2019
    Copy the full SHA
    aa0cf64 View commit details
    Browse the repository at this point in the history