mirror of
https://github.com/NixOS/nix
synced 2025-06-24 13:51:16 +02:00
Applies a workaround to enforce multiline formatting
of lists to reduce code churn introduced in 93a42a5971
.
10 lines
188 B
Meson
10 lines
188 B
Meson
# Public headers directory
|
|
|
|
include_dirs = [ include_directories('../../..') ]
|
|
|
|
headers = files(
|
|
'libexpr.hh',
|
|
'nix_api_expr.hh',
|
|
'value/context.hh',
|
|
# hack for trailing newline
|
|
)
|