tvl-depot/third_party/nix/misc/meson.build
Vincent Ambo 40395860c7 chore(3p/nix): Remove old build system and other miscellanies
There are still remnants of the old build system (for example, the
build derivations are not yet updated at all), but we'll get there.
2020-05-17 16:43:21 +01:00

7 lines
81 B
Meson

misc_dirs = [
'systemd',
]
foreach dir : misc_dirs
subdir(dir)
endforeach