cmdDumpStorePath: Support chroot stores

This commit is contained in:
Eelco Dolstra 2018-08-03 20:39:07 +02:00
parent 848a9375c3
commit eeebe4cdc5
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -860,7 +860,7 @@ static void opServe(Strings opFlags, Strings opArgs)
}
case cmdDumpStorePath:
dumpPath(readStorePath(*store, in), out);
store->narFromPath(readStorePath(*store, in), out);
break;
case cmdImportPaths: {