mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 10:46:15 +02:00
13 lines
327 B
Meson
13 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',
|
||
|
)
|