* A function to restore from a Nix archive.

* addValue() can now import any dumpable FS object.
This commit is contained in:
Eelco Dolstra 2003-06-23 13:27:59 +00:00
parent 85effedca3
commit 5f5cab0ac7
6 changed files with 293 additions and 14 deletions

View file

@ -123,8 +123,8 @@ static Hash computeDerived(Hash sourceHash, string targetName,
} catch (exception & e) {
cerr << "build error: " << e.what() << endl;
_exit(1);
}
_exit(1);
}