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
.
7 lines
118 B
Meson
7 lines
118 B
Meson
sources += files(
|
|
'cgroup.cc',
|
|
'linux-namespaces.cc',
|
|
# hack for trailing newline
|
|
)
|
|
|
|
subdir('include/nix/util')
|