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/nix
base: ea2148f47cbe
Choose a base ref
...
head repository: NixOS/nix
compare: 512753f8247b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 12, 2020

  1. never use /var/folders for TMPDIR on darwin

    This doesn't just cause problems for nix-store --serve but also results
    in certain build failures. Builds that use unix domain sockets in their
    tests often fail because the /var/folders prefix already consumes more
    than half of the maximum length of socket paths.
    
        struct sockaddr_un {
           sa_family_t sun_family;               /* AF_UNIX */
           char        sun_path[108];            /* Pathname */
        };
    LnL7 committed Apr 12, 2020
    Copy the full SHA
    4d9db42 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3488 from LnL7/darwin-tmpdir

    never use /var/folders for TMPDIR on darwin
    edolstra committed Apr 12, 2020
    Copy the full SHA
    512753f View commit details
    Browse the repository at this point in the history