mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
15 lines
236 B
Meson
15 lines
236 B
Meson
subdir('bash')
|
|
subdir('fish')
|
|
subdir('zsh')
|
|
|
|
if host_machine.system() == 'linux'
|
|
subdir('systemd')
|
|
endif
|
|
|
|
if host_machine.system() == 'darwin'
|
|
subdir('launchd')
|
|
endif
|
|
|
|
if host_machine.system() == 'freebsd'
|
|
subdir('freebsd')
|
|
endif
|