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: 0eb13162f187
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2226b7de076f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 28, 2018

  1. nix: don't use /tmp for the tests on darwin

    Unlike on linux these are not namespaced per user so this will cause
    build failures if /tmp/nix-test was not removed by a previous build if
    the nixbld user id doesn't match by accident. Nix already creates a
    unique tempdir for builds so we can use that instead.
    
    Fixes #44172
    LnL7 committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    77a9745 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2018

  1. Merge pull request #44177 from LnL7/nix-tempdir

    nix: don't use /tmp for the tests on darwin
    FRidh committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    2226b7d View commit details
    Browse the repository at this point in the history