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: 42a9ba28d116
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 21d688f9b82e
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 22, 2018

  1. haskell: allow overriding all package sets at once

    Setting haskell.packageOverrides like so:
    
      haskell = super.haskell // {
        packageOverrides = self: super: {
          my-package = ...;
          my-other-package = ...;
        };
      };
    
    causes all compiler-specific package sets to be overridden with those
    overrides.
    basvandijk committed Apr 22, 2018
    Copy the full SHA
    bf6d796 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Merge pull request #39309 from LumiGuide/haskell.overrides

    RFC: haskell: allow overriding all package sets at once
    peti committed Apr 23, 2018
    Copy the full SHA
    21d688f View commit details
    Browse the repository at this point in the history