mirror of
https://github.com/NixOS/nix.git
synced 2025-11-17 07:52:43 +01:00
Applies a workaround to enforce multiline formatting
of lists to reduce code churn introduced in 93a42a5971.
6 lines
99 B
Meson
6 lines
99 B
Meson
sources += files(
|
|
'personality.cc',
|
|
# hack for trailing newline
|
|
)
|
|
|
|
subdir('include/nix/store')
|