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, 0 insertions, 5 deletions
diff --git a/third_party/nix/misc/launchd/local.mk b/third_party/nix/misc/launchd/local.mk
deleted file mode 100644
index 0ba722efbf..0000000000
--- a/third_party/nix/misc/launchd/local.mk
+++ /dev/null
@@ -1,5 +0,0 @@
-ifeq ($(OS), Darwin)
-
-  $(eval $(call install-data-in, $(d)/org.nixos.nix-daemon.plist, $(prefix)/Library/LaunchDaemons))
-
-endif