mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
Change remaining bools with FileIngestionMethod
This commit is contained in:
parent
6d73c10041
commit
b90241ceb1
4 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@ namespace nix::fetchers {
|
|||
StorePath TreeInfo::computeStorePath(Store & store) const
|
||||
{
|
||||
assert(narHash);
|
||||
return store.makeFixedOutputPath(true, narHash, "source");
|
||||
return store.makeFixedOutputPath(FileIngestionMethod::Recursive, narHash, "source");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue