mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
Add a launchd configuration file to run nix-daemon
This commit is contained in:
parent
6f6b75cd09
commit
bbf294cceb
3 changed files with 22 additions and 0 deletions
5
misc/launchd/local.mk
Normal file
5
misc/launchd/local.mk
Normal file
|
@ -0,0 +1,5 @@
|
|||
ifeq ($(OS), Darwin)
|
||||
|
||||
$(eval $(call install-data-in, $(d)/org.nixos.nix-daemon.plist, $(prefix)/Library/LaunchDaemons))
|
||||
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue