mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Install init system configs only when relevant
This commit is contained in:
parent
038ab46d7a
commit
63c0f0dcd2
1 changed files with 7 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue