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: b80c3646c2da
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1357268b9078
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 22, 2017

  1. haskell infra: Make sure packages get custom stdenv

    One of the goals of 74f5fe5 was to allow passing in a custom stdenv,
    which would be used for genericBuilder's `mkDerivation` call. That does
    work, but if packages takes `stdenv` as an parameter for any reason,
    they'll get the default one instead. This change remedies it.
    Ericson2314 committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    19de1f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

  1. Merge pull request #28478 from obsidiansystems/haskell-custom-stdenv

    haskell infra: Make sure packages get custom stdenv
    peti committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    1357268 View commit details
    Browse the repository at this point in the history