forked from the-distro/channel-scripts
Revert "Disable programs.sqlite generation"
This reverts commit 7f2bbc884c
.
This commit is contained in:
parent
ba19471e5b
commit
b74e03a870
|
@ -145,7 +145,7 @@ if ($bucket->head_key("$releasePrefix")) {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Generate the programs.sqlite database and put it in nixexprs.tar.xz.
|
# Generate the programs.sqlite database and put it in nixexprs.tar.xz.
|
||||||
if (0 && $channelName =~ /nixos/ && -e "$tmpDir/store-paths") {
|
if ($channelName =~ /nixos/ && -e "$tmpDir/store-paths") {
|
||||||
File::Path::make_path("$tmpDir/unpack");
|
File::Path::make_path("$tmpDir/unpack");
|
||||||
system("tar", "xfJ", "$tmpDir/nixexprs.tar.xz", "-C", "$tmpDir/unpack") == 0 or die;
|
system("tar", "xfJ", "$tmpDir/nixexprs.tar.xz", "-C", "$tmpDir/unpack") == 0 or die;
|
||||||
my $exprDir = glob("$tmpDir/unpack/*");
|
my $exprDir = glob("$tmpDir/unpack/*");
|
||||||
|
|
Loading…
Reference in a new issue