1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 01:11:15 +02:00

Documentation: list experimental features in manual

Lists all current experimental features in the `nix.conf` manual.
This commit is contained in:
Noah Snelson 2023-03-27 17:12:49 -07:00
parent 56dc6ed841
commit d1d1ae7a3b
3 changed files with 81 additions and 17 deletions

View file

@ -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.