Dominique Martinet wrote on Wed, Feb 02, 2022 at 09:23:38AM +0900: > nix-shell/nix shell don't seem to have the problem it's a 'nix develop' > bug, I'll follow it up with nix devs and get it fixed there.
It looks like this has already been fixed upstream: https://github.com/NixOS/nix/issues/5674 https://github.com/NixOS/nix/pull/5683 temporary files have been marked as CLOEXEC so this particular bug shouldn't be a problem anymore. The tests run during package builds don't use the same mechanism, so can only hope this was also fixed by the same swoop. Cheers, -- Dominique
