1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 13:51:16 +02:00
nix/tests/functional/test-libstoreconsumer/meson.build
Sergei Zimmerman 93a42a5971
flake: Add meson formatter
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.
2025-06-11 22:08:03 +00:00

6 lines
154 B
Meson

libstoreconsumer_tester = executable(
'test-libstoreconsumer',
'main.cc',
dependencies : [ dependency('nix-store') ],
build_by_default : false,
)