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: 9c5389e47a6d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 987b80a82426
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 11, 2021

  1. Adds Haskell generic builder argument modifier

    This is a new argument to the Haskell builder's 'shellFor' which allows
    the caller to adjust the 'genericBuilderArgs' after they are built.
    
    One immediate application for this is that it allows users to disable
    tests, enable benchmarks, etc. for _all_ packages in a given Haskell
    package set.
    
    This is often useful when so many of the derivations in the
    package set have changed that most of the cache has been invalidated,
    and there is no need for the user to run tests on their dependencies,
    but they still want these dependencies available in their 'nix-shell'
    environment for some package-under-development.
    jkachmar authored and Joe Kachmar committed Jan 11, 2021
    Copy the full SHA
    335f1fb View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Adds Haskell generic args builder documentation

    jkachmar authored and Joe Kachmar committed Jan 14, 2021
    Copy the full SHA
    95d0e6c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Merge pull request #109059 from jkachmar/haskell-generic-builder-args…

    …-modifier
    
    Adds Haskell generic builder argument modifier
    cdepillabout committed Jan 27, 2021
    Copy the full SHA
    987b80a View commit details
    Browse the repository at this point in the history