* A function to restore from a Nix archive.
* addValue() can now import any dumpable FS object.
This commit is contained in:
parent
85effedca3
commit
5f5cab0ac7
6 changed files with 293 additions and 14 deletions
|
|
@ -123,8 +123,8 @@ static Hash computeDerived(Hash sourceHash, string targetName,
|
|||
|
||||
} catch (exception & e) {
|
||||
cerr << "build error: " << e.what() << endl;
|
||||
_exit(1);
|
||||
}
|
||||
_exit(1);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue