1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Change remaining bools with FileIngestionMethod

This commit is contained in:
Carlo Nucera 2020-05-26 11:32:41 -04:00
parent 6d73c10041
commit b90241ceb1
4 changed files with 7 additions and 7 deletions

View file

@ -114,7 +114,7 @@ struct MercurialInput : Input
return files.count(file);
};
auto storePath = store->addToStore("source", actualUrl, true, htSHA256, filter);
auto storePath = store->addToStore("source", actualUrl, FileIngestionMethod::Recursive, htSHA256, filter);
return {Tree {
.actualPath = store->printStorePath(storePath),