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:
parent
56dc6ed841
commit
d1d1ae7a3b
3 changed files with 81 additions and 17 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue