mirror of
https://github.com/NixOS/nix
synced 2025-06-24 09:41:15 +02:00
11 lines
171 B
Meson
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
|