mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Merge pull request #13350 from xokdvium/meson-format
flake: Add meson formatter
This commit is contained in:
commit
a1fe09d2c8
18 changed files with 152 additions and 52 deletions
|
@ -1,8 +1,6 @@
|
|||
libplugintest = shared_module(
|
||||
'plugintest',
|
||||
'plugintest.cc',
|
||||
dependencies : [
|
||||
dependency('nix-expr'),
|
||||
],
|
||||
dependencies : [ dependency('nix-expr') ],
|
||||
build_by_default : false,
|
||||
)
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
libstoreconsumer_tester = executable(
|
||||
'test-libstoreconsumer',
|
||||
'main.cc',
|
||||
dependencies : [
|
||||
dependency('nix-store'),
|
||||
],
|
||||
dependencies : [ dependency('nix-store') ],
|
||||
build_by_default : false,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue