sysand uses the system temporary directory for extracting and validating projects before installation. Currently those temporary extracted files are moved using std::fs::rename, which fails to move the file in case the environment o be installed into resides on a different device than the system temporary directory.