2023-04-06 16:24:11 +00:00
|
|
|
with builtins;
|
|
|
|
with import ./utils.nix;
|
|
|
|
|
|
|
|
let
|
2024-04-04 23:07:44 +00:00
|
|
|
showExperimentalFeature = name: doc: ''
|
|
|
|
- [`${name}`](@docroot@/contributing/experimental-features.md#xp-feature-${name})
|
|
|
|
'';
|
|
|
|
in
|
|
|
|
xps: indent " " (concatStrings (attrValues (mapAttrs showExperimentalFeature xps)))
|