mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
fetchTree: Add isFetchGit exportIgnore
This commit is contained in:
parent
7774eff10e
commit
1bbe837184
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue