mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +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…
Add table
Add a link
Reference in a new issue