diff --git a/mirror-nixos-branch.pl b/mirror-nixos-branch.pl index d5d4690..6f6f1b0 100755 --- a/mirror-nixos-branch.pl +++ b/mirror-nixos-branch.pl @@ -141,7 +141,7 @@ if ($bucket->head_key("$releasePrefix/github-link")) { } # Generate the programs.sqlite database and put it in nixexprs.tar.xz. - if ($channelName =~ /nixos/ && -e "$tmpDir/store-paths") { + if (0 && $channelName =~ /nixos/ && -e "$tmpDir/store-paths") { File::Path::make_path("$tmpDir/unpack"); system("tar", "xfJ", "$tmpDir/nixexprs.tar.xz", "-C", "$tmpDir/unpack") == 0 or die; my $exprDir = glob("$tmpDir/unpack/*");