mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
Pass lfs flag to submodules
This commit is contained in:
parent
c9a8bd6f4d
commit
d201b2872e
1 changed files with 1 additions and 0 deletions
|
@ -664,6 +664,7 @@ struct GitInputScheme : InputScheme
|
|||
attrs.insert_or_assign("rev", submoduleRev.gitRev());
|
||||
attrs.insert_or_assign("exportIgnore", Explicit<bool>{ exportIgnore });
|
||||
attrs.insert_or_assign("submodules", Explicit<bool>{ true });
|
||||
attrs.insert_or_assign("lfs", Explicit<bool>{ smudgeLfs });
|
||||
attrs.insert_or_assign("allRefs", Explicit<bool>{ true });
|
||||
auto submoduleInput = fetchers::Input::fromAttrs(*input.settings, std::move(attrs));
|
||||
auto [submoduleAccessor, submoduleInput2] =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue