From f8db1d7bf9b902086d3a2b1a77bfa4c08fac3733 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 7 Oct 2020 08:45:39 +0200 Subject: [PATCH] Add Gnome ISO to the channel Fixes #43. --- mirror-nixos-branch.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mirror-nixos-branch.pl b/mirror-nixos-branch.pl index c43db2e..aba0cb2 100755 --- a/mirror-nixos-branch.pl +++ b/mirror-nixos-branch.pl @@ -225,6 +225,10 @@ if ($bucketReleases && $bucketReleases->head_key("$releasePrefix")) { downloadFile("nixos.iso_graphical.x86_64-linux"); } + if ($releaseName !~ /-19./ && $releaseName !~ /-20.03/) { + downloadFile("nixos.iso_gnome.x86_64-linux"); + } + downloadFile("nixos.ova.x86_64-linux"); #downloadFile("nixos.ova.i686-linux"); }