about summary refs log tree commit diff
path: root/src/libstore/export-import.cc
AgeCommit message (Collapse)AuthorFilesLines
2016-06-01 Make the store directory a member variable of StoreEelco Dolstra1-2/+2
2016-05-31 nix-copy-closure / build-remote.pl: Disable signature checkingEelco Dolstra1-2/+2
This restores the Nix 1.11 behaviour.
2016-05-04 Add a Store::addToStore() variant that accepts a NAREelco Dolstra1-0/+136
As a side effect, this ensures that signatures are propagated when copying paths between stores. Also refactored import/export to make use of this.