mirror of
https://github.com/NixOS/nix
synced 2025-06-24 13:51:16 +02: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.
6 lines
154 B
Meson
6 lines
154 B
Meson
libstoreconsumer_tester = executable(
|
|
'test-libstoreconsumer',
|
|
'main.cc',
|
|
dependencies : [ dependency('nix-store') ],
|
|
build_by_default : false,
|
|
)
|