1
0
Fork 0
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:
Jörg Thalheim 2025-06-13 11:37:32 +02:00 committed by GitHub
commit a1fe09d2c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 152 additions and 52 deletions

View file

@ -1,8 +1,6 @@
libplugintest = shared_module(
'plugintest',
'plugintest.cc',
dependencies : [
dependency('nix-expr'),
],
dependencies : [ dependency('nix-expr') ],
build_by_default : false,
)

View file

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