mirror of
https://github.com/NixOS/nix
synced 2025-07-05 12:21:48 +02:00
Fixup docs
This commit is contained in:
parent
f0adb72c23
commit
12953b942c
3 changed files with 3 additions and 6 deletions
|
@ -332,8 +332,6 @@ template<> std::set<ExperimentalFeature> BaseSetting<std::set<ExperimentalFeatur
|
|||
for (auto & s : tokenizeString<StringSet>(str)) {
|
||||
if (auto thisXpFeature = parseExperimentalFeature(s); thisXpFeature) {
|
||||
res.insert(thisXpFeature.value());
|
||||
// FIXME: Replace this hack with a proper notion of
|
||||
// experimental feature implications/dependencies.
|
||||
if (thisXpFeature.value() == Xp::Flakes)
|
||||
res.insert(Xp::FetchTree);
|
||||
} else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue