Skip to content

Commit cdd8fc7

Browse files
committed
mirror-nixos-branch: omit VirtualBox OVAs from channels
1 parent 809d960 commit cdd8fc7

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
@@ -233,7 +233,10 @@ sub fetch {
233233
if ($channelName =~ /nixos-2[0123]/) { # i686 dropped for > 23.11
234234
downloadFile("nixos.iso_minimal.i686-linux");
235235
}
236-
downloadFile("nixos.ova.x86_64-linux");
236+
237+
if ($channelName =~ /nixos-2([0123]\...|4\.05)/) {
238+
downloadFile("nixos.ova.x86_64-linux");
239+
}
237240
}
238241

239242
} else {

0 commit comments

Comments
 (0)