1
0
Fork 1
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:
Eelco Dolstra 2011-02-16 11:49:08 +00:00
parent db25406910
commit a74d449daf

View file

@ -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}}) {