# Pastebin jqfZzgYb nix = super.nix.overrideAttrs (oldAttrs: { TMPDIR="/tmp"; preInstallCheck = self.lib.optional self.stdenv.isDarwin '' export TMPDIR=/tmp ''; });