1
0
Fork 0
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:
Eelco Dolstra 2014-11-04 10:14:18 +01:00
parent 6f6b75cd09
commit bbf294cceb
3 changed files with 22 additions and 0 deletions

5
misc/launchd/local.mk Normal file
View file

@ -0,0 +1,5 @@
ifeq ($(OS), Darwin)
$(eval $(call install-data-in, $(d)/org.nixos.nix-daemon.plist, $(prefix)/Library/LaunchDaemons))
endif