Thanks, It works ! I had to add the TMPDIR to the guix daemon environment variables and not to the user.
Emmanuel On Tue, May 12, 2020 at 11:41 AM pelzflorian (Florian Pelz) < pelzflor...@pelzflorian.de> wrote: > On Tue, May 12, 2020 at 09:22:13AM +0200, Emmanuel Medernach wrote: > > Hello Guixers ! > > > > I have few practical questions: > > > > - How to replace /tmp during build with another partition to avoid > filling > > it ? > > This is what the TMPDIR environment variable is for. You can search > the manual <https://guix.gnu.org/manual/en/guix.html> for > tmpdir/TMPDIR. > > Hope it helps. > > Regards, > Florian >