mirror of
https://github.com/NixOS/nix.git
synced 2025-11-28 21:21:00 +01:00
Introduce GitAccessorOptions
This commit is contained in:
parent
152e7e48c1
commit
6c4d2a7d11
6 changed files with 37 additions and 28 deletions
|
|
@ -351,7 +351,7 @@ struct GitArchiveInputScheme : InputScheme
|
|||
input.attrs.insert_or_assign("lastModified", uint64_t(tarballInfo.lastModified));
|
||||
|
||||
auto accessor =
|
||||
settings.getTarballCache()->getAccessor(tarballInfo.treeHash, false, "«" + input.to_string() + "»");
|
||||
settings.getTarballCache()->getAccessor(tarballInfo.treeHash, {}, "«" + input.to_string() + "»");
|
||||
|
||||
return {accessor, input};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue