diff options
Diffstat (limited to 'src/libutil/config.hh')
-rw-r--r-- | src/libutil/config.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/config.hh b/src/libutil/config.hh index 3c1d70294..a001056f7 100644 --- a/src/libutil/config.hh +++ b/src/libutil/config.hh @@ -372,7 +372,7 @@ extern GlobalConfig globalConfig; struct ExperimentalFeatureSettings : Config { Setting<std::set<ExperimentalFeature>> experimentalFeatures{this, {}, "experimental-features", - "Experimental Nix features to enable."}; + getExperimentalFeaturesList()}; /** * Check whether the given experimental feature is enabled. |