aboutsummaryrefslogtreecommitdiff
path: root/nix-rust/local.mk
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2020-04-12 09:57:22 +0200
committerDaiderd Jordan <daiderd@gmail.com>2020-04-12 09:57:22 +0200
commit4d9db420ffc9bd48da107a61c093b0d65d9d8db1 (patch)
tree0610e08fd4d3e380afc1d0e6853b9f12cf000d8d /nix-rust/local.mk
parentea2148f47cbea8d309ab2c1bed54899dcf36c14c (diff)
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 */ };
Diffstat (limited to 'nix-rust/local.mk')
0 files changed, 0 insertions, 0 deletions