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