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: 00a9d3f261d7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 78efdb0ccf84
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 15, 2020

  1. haskell-generic-builder: Use args ? attr for passthru (closes #94246)

    Comparing to a default value to detect if an argument was provided
    forces it to at least WHNF, which can cause failure (e.g., if the
    argument is a string with a quoted path from a broken package).
    twhitehead committed Aug 15, 2020
    Copy the full SHA
    612f332 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. Merge pull request #94251 from twhitehead/haskell-updates

    haskell-generic-builder: Use args ? attr for passthru (closes #94246)
    maralorn committed Aug 16, 2020
    Copy the full SHA
    78efdb0 View commit details
    Browse the repository at this point in the history