mirror of
https://github.com/NixOS/nix.git
synced 2025-11-19 16:59:35 +01:00
Move addToStoreFromDump to Store
This commit is contained in:
parent
05819d013f
commit
992a2ad475
3 changed files with 9 additions and 5 deletions
|
|
@ -157,7 +157,7 @@ public:
|
|||
true) or simply the contents of a regular file (if recursive ==
|
||||
false). */
|
||||
Path addToStoreFromDump(const string & dump, const string & name,
|
||||
bool recursive = true, HashType hashAlgo = htSHA256, RepairFlag repair = NoRepair);
|
||||
bool recursive = true, HashType hashAlgo = htSHA256, RepairFlag repair = NoRepair) override;
|
||||
|
||||
Path addTextToStore(const string & name, const string & s,
|
||||
const PathSet & references, RepairFlag repair) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue