7 lines
157 B
Meson
7 lines
157 B
Meson
|
# test_confdata set from tests/functional/meson.build
|
||
|
configure_file(
|
||
|
input : 'config.nix.in',
|
||
|
output : 'config.nix',
|
||
|
configuration : test_confdata,
|
||
|
)
|