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

Commits on Aug 5, 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
    
    (cherry picked from commit 77a9745)
    LnL7 committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    fc0ce75 View commit details
    Browse the repository at this point in the history