1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 13:51:16 +02:00
nix/misc/meson.build
2024-12-03 16:51:01 +01:00

11 lines
171 B
Meson

subdir('bash')
subdir('fish')
subdir('zsh')
if host_machine.system() == 'linux'
subdir('systemd')
endif
if host_machine.system() == 'darwin'
subdir('launchd')
endif