Emmanuel Medernach writes: >> > - How to replace /tmp during build with another partition to avoid >> filling >> > it ? >> >> I do not know. >> >> > Or could it be added as an installation option ? From the manual (2.5): "When the daemon performs a build on behalf of the user, it creates a build directory under /tmp or under the directory specified by its TMPDIR environment variable." If you are on a foreign distro, you can add export TMPDIR="/yourBigAndFastDisk" to the init/start script of the guix-daemon. If you are on a guix system (or guix generated vm etc), you can add (service guix-service-type (guix-configuration (tmpdir "/yourBigAndFastDisk"))) to your services. -- I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes. -- Dennie van Tassel