mirror of
https://github.com/NixOS/nix.git
synced 2025-04-16 06:08:03 +00:00
Install init system configs only when relevant
This commit is contained in:
parent
038ab46d7a
commit
63c0f0dcd2
@ -2,5 +2,10 @@ subdir('bash')
|
||||
subdir('fish')
|
||||
subdir('zsh')
|
||||
|
||||
subdir('launchd')
|
||||
subdir('systemd')
|
||||
if host_machine.system() == 'linux'
|
||||
subdir('systemd')
|
||||
endif
|
||||
|
||||
if host_machine.system() == 'darwin'
|
||||
subdir('launchd')
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user