mirror of
https://github.com/NixOS/nix.git
synced 2025-10-14 02:19:32 +08:00

This adds a meson.format file that mostly mirrors the projects meson style and a pre-commit hook to enforce this style. Some low-diff files are formatted.
7 lines
154 B
Meson
7 lines
154 B
Meson
libstoreconsumer_tester = executable(
|
|
'test-libstoreconsumer',
|
|
'main.cc',
|
|
dependencies : [ dependency('nix-store') ],
|
|
build_by_default : false,
|
|
)
|