DistroHopper/results/guix.txt
2025-11-13 22:43:05 +01:00

25 lines
701 B
Text

guix
guix 1.4.0: https://ftpmirror.gnu.org/gnu/guix//guix-system-install-1.4.0.x86_64-linux.iso
guix 1.3.0: https://ftpmirror.gnu.org/gnu/guix//guix-system-install-1.3.0.x86_64-linux.iso
# Template file for 'guix'
OSNAME="guix"
PRETTY="Guix"
BASEDOF="-"
DESCRIPTION="Distribution of the GNU operating system developed by the GNU Project—which respects the freedom of computer users"
HOMEPAGE="https://guix.gnu.org"
CREDENTIALS="-"
RELEASES="1.4.0 1.3.0"
function get_() {
local HASH=""
local ISO="guix-system-install-${RELEASE}.x86_64-linux.iso"
local URL="https://ftpmirror.gnu.org/gnu/guix/"
echo "${URL}/${ISO} ${HASH}"
}