Files
lix/src/libmain
Daiderd Jordan 4d9db420ff 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 */
    };
2020-04-12 09:57:22 +02:00
..
2017-04-24 14:21:36 +02:00
2020-03-30 15:30:19 +02:00
2019-03-14 14:11:12 +01:00
2019-12-10 22:06:05 +01:00
2018-11-20 16:54:17 +01:00