mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16: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:
|
||||
dumpPath(readStorePath(*store, in), out);
|
||||
store->narFromPath(readStorePath(*store, in), out);
|
||||
break;
|
||||
|
||||
case cmdImportPaths: {
|
||||
|
|
Loading…
Reference in a new issue