guix-install.sh: Allow overriding the Guix binary source.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Sat, 24 Apr 2021 13:59:54 +0000 (09:59 -0400)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Sat, 1 May 2021 05:23:02 +0000 (01:23 -0400)
commit38aab0ea8b16373dcaa9976bfe82753ef8b5d2ac
tree0a1a143ffddced83515b8ef152c45de45c9e915e
parent73b6660cd1c4f77132121ea9bce2672d108dfe22
guix-install.sh: Allow overriding the Guix binary source.

This is useful for example for testing release candidates not yet uploaded to
the FTP, or for testing manually downloaded images from the CI.

* etc/guix-install.sh (main)[GUIX_BINARY_FILE_NAME]: When this variable is
defined, use it as the file name of a Guix binary, instead of automatically
retrieving the latest archive from the FTP.
etc/guix-install.sh