mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Single page for experimental feature descriptions
As requested by @fricklerhandwerk.
This commit is contained in:
parent
bc192a95ef
commit
73eb6a2a57
6 changed files with 15 additions and 22 deletions
|
@ -4,6 +4,6 @@ with import ./utils.nix;
|
|||
let
|
||||
showExperimentalFeature = name: doc:
|
||||
''
|
||||
- [`${name}`](@docroot@/contributing/experimental-features/${name}.md)
|
||||
- [`${name}`](@docroot@/contributing/experimental-features.md#xp-feature-${name})
|
||||
'';
|
||||
in xps: indent " " (concatStrings (attrValues (mapAttrs showExperimentalFeature xps)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue