diff options
author | Freya Murphy <freya@freyacat.org> | 2024-12-12 19:47:44 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-12-12 19:47:44 -0500 |
commit | bd9eab64ec9955d8f8354b5a620f0c5f299aac12 (patch) | |
tree | 4d11ac6fca1f9042c920f9eafc2270f67a44db58 | |
parent | update build-installer to work on non guix systems (diff) | |
download | dotfiles-guix-bd9eab64ec9955d8f8354b5a620f0c5f299aac12.tar.gz dotfiles-guix-bd9eab64ec9955d8f8354b5a620f0c5f299aac12.tar.bz2 dotfiles-guix-bd9eab64ec9955d8f8354b5a620f0c5f299aac12.zip |
fix build-installer on posix shell
Diffstat (limited to '')
-rwxr-xr-x | scripts/build-installer | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/build-installer b/scripts/build-installer index f989d01..10cd84c 100755 --- a/scripts/build-installer +++ b/scripts/build-installer @@ -10,7 +10,8 @@ if [ ! -d /gnu/store ]; then # servers for nonguix and sakura guix archive --authorize < "$repo/files/keys/nonguix.pub" guix archive --authorize < "$repo/files/keys/sakura.pub" -substitutes=$((cat <<EOF +substitutes=$( +(cat <<EOF https://substitutes.nonguix.org https://substitutes.freya.cat https://bordeaux.guix.gnu.org |