(giving maybe more details than necessary, but otherwise I'll spend hours editing all the commands) ``` mkdir -p /apps/unit/FroeseU/sebastien-lerique/guix cd /apps/unit/FroeseU/sebastien-lerique/guix tar xzf ~/guix-pack.tar.gz mkdir etc-guix bin/bash . etc/profile export GUIX_STATE_DIRECTORY=$(pwd)/var/guix export GUIX_LOG_DIRECTORY=$(pwd)/var/log export GUIX_CONFIGURATION_DIRECTORY=$(pwd)/etc-guix guix archive --authorize < bin/../share/guix/ci.guix.gnu.org.pub guix-daemon --disable-chroot & guix install hello ```