Skip to content

Commit 6192f53

Browse files
authored
Merge pull request #75 from emilazy/push-ypovntwwklwx
mirror-nixos-branch: omit VirtualBox OVAs from channels
2 parents 9f0adb9 + cdd8fc7 commit 6192f53

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mirror-nixos-branch.pl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,10 @@ sub fetch {
237237
if ($channelName =~ /nixos-2[0123]/) { # i686 dropped for > 23.11
238238
downloadFile("nixos.iso_minimal.i686-linux");
239239
}
240-
downloadFile("nixos.ova.x86_64-linux");
240+
241+
if ($channelName =~ /nixos-2([0123]\...|4\.05)/) {
242+
downloadFile("nixos.ova.x86_64-linux");
243+
}
241244
}
242245

243246
} else {

0 commit comments

Comments
 (0)