diff options
Diffstat (limited to 'misc/launchd/local.mk')
-rw-r--r-- | misc/launchd/local.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/launchd/local.mk b/misc/launchd/local.mk new file mode 100644 index 000000000000..0ba722efbf19 --- /dev/null +++ b/misc/launchd/local.mk @@ -0,0 +1,5 @@ +ifeq ($(OS), Darwin) + + $(eval $(call install-data-in, $(d)/org.nixos.nix-daemon.plist, $(prefix)/Library/LaunchDaemons)) + +endif |