mirror of
https://github.com/NixOS/nix.git
synced 2025-11-28 21:21:00 +01:00
Registry: Drop settings field
It's not used anywhere.
This commit is contained in:
parent
dfac44cdfb
commit
bed0570629
4 changed files with 12 additions and 16 deletions
|
|
@ -132,7 +132,7 @@ MixEvalArgs::MixEvalArgs()
|
|||
fetchers::Attrs extraAttrs;
|
||||
if (to.subdir != "")
|
||||
extraAttrs["dir"] = to.subdir;
|
||||
fetchers::overrideRegistry(fetchSettings, from.input, to.input, extraAttrs);
|
||||
fetchers::overrideRegistry(from.input, to.input, extraAttrs);
|
||||
}},
|
||||
.completer = {[&](AddCompletions & completions, size_t, std::string_view prefix) {
|
||||
completeFlakeRef(completions, openStore(), prefix);
|
||||
|
|
|
|||
|
|
@ -185,7 +185,6 @@ MixFlakeOptions::MixFlakeOptions()
|
|||
}
|
||||
|
||||
overrideRegistry(
|
||||
fetchSettings,
|
||||
fetchers::Input::fromAttrs(fetchSettings, {{"type", "indirect"}, {"id", inputName}}),
|
||||
input3->lockedRef.input,
|
||||
extraAttrs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue