mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
* nixSqlite expects another integer (denoting the size of the NAR) in
`nix-store --load-db'. svn path=/nixpkgs/trunk/; revision=25988
This commit is contained in:
parent
db25406910
commit
a74d449daf
|
@ -53,6 +53,7 @@ elsif ($ENV{"printRegistration"} eq "1") {
|
|||
foreach my $storePath (sort (keys %storePaths)) {
|
||||
print "$storePath\n";
|
||||
print "0000000000000000000000000000000000000000000000000000000000000000\n"; # !!! fix
|
||||
print "0\n"; # !!! fix
|
||||
print "\n"; # don't care about preserving the deriver
|
||||
print scalar(@{$refs{$storePath}}), "\n";
|
||||
foreach my $ref (@{$refs{$storePath}}) {
|
||||
|
|
Loading…
Reference in a new issue