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: c871a5cdf750
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 878965731f9e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 7, 2019

  1. nixos/lib/testing.nix: config defaults to {}

    Fixes #51858
    
    56e12aa ends up passing config to pkgs. Unfortunately this might be null and pkgs/top-level/default.nix assumes it is an attrset. To fix this, we just make the default for config = {}. Thanks to @kristoff3r for tracking this down.
    
    /cc @domenkozar
    matthewbauer committed Feb 7, 2019
    Copy the full SHA
    8789657 View commit details
    Browse the repository at this point in the history