mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-07 18:57:19 +02:00
Merge pull request #7003 from SuperSandro2000/patch-1
Improve experimental-features error wording
This commit is contained in:
commit
11a3dc99b2
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ std::set<ExperimentalFeature> parseFeatures(const std::set<std::string> & rawFea
|
||||||
}
|
}
|
||||||
|
|
||||||
MissingExperimentalFeature::MissingExperimentalFeature(ExperimentalFeature feature)
|
MissingExperimentalFeature::MissingExperimentalFeature(ExperimentalFeature feature)
|
||||||
: Error("experimental Nix feature '%1%' is disabled; use '--extra-experimental-features %1%' to override", showExperimentalFeature(feature))
|
: Error("experimental Nix feature '%1%' is disabled; add '--extra-experimental-features %1%' to enable it", showExperimentalFeature(feature))
|
||||||
, missingFeature(feature)
|
, missingFeature(feature)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue