forked from lix-project/lix
cmdDumpStorePath: Support chroot stores
This commit is contained in:
parent
848a9375c3
commit
eeebe4cdc5
|
@ -860,7 +860,7 @@ static void opServe(Strings opFlags, Strings opArgs)
|
||||||
}
|
}
|
||||||
|
|
||||||
case cmdDumpStorePath:
|
case cmdDumpStorePath:
|
||||||
dumpPath(readStorePath(*store, in), out);
|
store->narFromPath(readStorePath(*store, in), out);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case cmdImportPaths: {
|
case cmdImportPaths: {
|
||||||
|
|
Loading…
Reference in a new issue