mirror of
https://github.com/NixOS/nix
synced 2025-06-25 19:01:16 +02:00
Co-Authored-By: Qyriad <qyriad@qyriad.me> Co-Authored-By: Robert Hensing <robert@roberthensing.nl> Co-Authored-By: eldritch horrors <pennae@lix.systems> Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com> Co-authored-by: Tom Bereknyei <tomberek@gmail.com>
12 lines
327 B
Meson
12 lines
327 B
Meson
experimental_feature_descriptions_md = custom_target(
|
|
command : nix_eval_for_docs + [
|
|
'--expr',
|
|
'import @INPUT0@ (builtins.fromJSON (builtins.readFile @INPUT1@))',
|
|
],
|
|
input : [
|
|
'../../generate-xp-features.nix',
|
|
xp_features_json,
|
|
],
|
|
capture : true,
|
|
output : 'experimental-feature-descriptions.md',
|
|
)
|