#!/bin/sh retry="$(dirname $0)/guix-retry" repo="$(realpath "$(dirname $0)/..")" extra_args="" if [ ! -d /gnu/store ]; then # we are likely in a non guix system # just for building the installer # make sure to authorize the substitute # servers for nonguix and sakura guix archive --authorize < "$repo/files/keys/nonguix.pub" guix archive --authorize < "$repo/files/keys/sakura.pub" substitutes=$((cat <