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

Commits on Jan 10, 2020

  1. lib/tests: Fix module tests

    Fix the broken test in #77416
    
    Apparently hydra uses `nix-build lib/tests/release.nix` to run all
    tests, where IFD isn't allowed. Fortunately we can get around this with
    builtins.toFile, which doesn't require IFD, but still can test the
    properties we want.
    infinisil committed Jan 10, 2020
    Copy the full SHA
    092107c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #77445 from Infinisil/fix-lib-tests

    lib/tests: Fix module tests
    LnL7 committed Jan 10, 2020
    Copy the full SHA
    112eea6 View commit details
    Browse the repository at this point in the history