Merge branch 'write-failure-fixes' of git://github.com/lheckemann/nix
This commit is contained in:
commit
aa8bbbf69d
5 changed files with 16 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ struct CmdDumpPath : StorePathCommand
|
|||
{
|
||||
FdSink sink(STDOUT_FILENO);
|
||||
store->narFromPath(storePath, sink);
|
||||
sink.flush();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue