mirror of
https://github.com/NixOS/nix.git
synced 2025-11-19 08:49:35 +01: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
141 B
Meson
6 lines
141 B
Meson
libplugintest = shared_module(
|
|
'plugintest',
|
|
'plugintest.cc',
|
|
dependencies : [ dependency('nix-expr') ],
|
|
build_by_default : false,
|
|
)
|