diff options
author | Noah Snelson <noah.snelson@protonmail.com> | 2023-03-27 17:12:49 -0700 |
---|---|---|
committer | Noah Snelson <noah.snelson@protonmail.com> | 2023-03-27 17:12:49 -0700 |
commit | d1d1ae7a3b97059af09dd5a5dde2e37ada0fddac (patch) | |
tree | 2bd81c6033cdaea03c0200cbb70385a1e3bd4a0c /src/libutil/config.hh | |
parent | 56dc6ed8410510033b835d48b3bd22766e8349a0 (diff) |
Documentation: list experimental features in manual
Lists all current experimental features in the `nix.conf` manual.
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 748d6043b..59a766034 100644 --- a/src/libutil/config.hh +++ b/src/libutil/config.hh @@ -367,7 +367,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. |