about summary refs log tree commit diff
path: root/third_party/nix/misc/launchd/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/misc/launchd/local.mk')
-rw-r--r--third_party/nix/misc/launchd/local.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/nix/misc/launchd/local.mk b/third_party/nix/misc/launchd/local.mk
new file mode 100644
index 0000000000..0ba722efbf
--- /dev/null
+++ b/third_party/nix/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