aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/export-import.cc
AgeCommit message (Collapse)Author
2016-10-07importPaths(): Fix accessor support for HydraEelco Dolstra
2016-06-01Make the store directory a member variable of StoreEelco Dolstra
2016-05-31nix-copy-closure / build-remote.pl: Disable signature checkingEelco Dolstra
This restores the Nix 1.11 behaviour.
2016-05-04Add a Store::addToStore() variant that accepts a NAREelco Dolstra
As a side effect, this ensures that signatures are propagated when copying paths between stores. Also refactored import/export to make use of this.