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
..
common-args.cc Automatically use --no-net if there are no network interfaces 2019-06-25 12:45:59 +02:00
common-args.hh Factor out --json 2017-04-24 14:21:36 +02:00
local.mk Remove global -I flags 2020-03-30 15:30:19 +02:00
nix-main.pc.in pkg-config files: Use c++17 2019-03-14 14:11:12 +01:00
shared.cc never use /var/folders for TMPDIR on darwin 2020-04-12 09:57:22 +02:00
shared.hh Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
stack.cc Fix typo 2018-11-20 16:54:17 +01:00