mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 01:36:15 +02:00
cmdDumpStorePath: Support chroot stores
This commit is contained in:
parent
848a9375c3
commit
eeebe4cdc5
1 changed files with 1 additions and 1 deletions
|
@ -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