mirror of
https://github.com/NixOS/nix
synced 2025-07-06 13:21:47 +02:00
Merge branch 'misc-ca' of github.com:obsidiansystems/nix into derivation-primop-floating-output
This commit is contained in:
commit
c36916eca0
16 changed files with 223 additions and 166 deletions
|
@ -2774,7 +2774,7 @@ struct RestrictedStore : public LocalFSStore
|
|||
goal.addDependency(info.path);
|
||||
}
|
||||
|
||||
StorePath addToStoreFromDump(const string & dump, const string & name,
|
||||
StorePath addToStoreFromDump(Source & dump, const string & name,
|
||||
FileIngestionMethod method = FileIngestionMethod::Recursive, HashType hashAlgo = htSHA256, RepairFlag repair = NoRepair) override
|
||||
{
|
||||
auto path = next->addToStoreFromDump(dump, name, method, hashAlgo, repair);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue