fetchTree: Add isFetchGit exportIgnore

This commit is contained in:
Robert Hensing 2023-12-11 22:35:11 +01:00
parent 7774eff10e
commit 1bbe837184
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ static void fetchTree(
fetchers::Attrs attrs;
attrs.emplace("type", "git");
attrs.emplace("url", fixGitURL(url));
attrs.emplace("exportIgnore", Explicit<bool>{true});
input = fetchers::Input::fromAttrs(std::move(attrs));
} else {
if (!experimentalFeatureSettings.isEnabled(Xp::Flakes))