Disable programs.sqlite generation
This commit is contained in:
parent
eea0729481
commit
7f2bbc884c
1 changed files with 1 additions and 1 deletions
|
@ -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/*");
|
||||
|
|
Loading…
Reference in a new issue