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, 24 Apr 2021 14:32:40 +0000 (10:32 -0400)
commit51f95d4e6496d299d4852d7659213fdcd8e131bc
tree8c8b16d435315a4447c08c2ca283d6091f884381
parent533359cea8fcc305e288ef67be5fa6362e8100e3
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