about summary refs log tree commit diff
path: root/third_party/nix/misc/systemd/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/misc/systemd/local.mk')
-rw-r--r--third_party/nix/misc/systemd/local.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/nix/misc/systemd/local.mk b/third_party/nix/misc/systemd/local.mk
deleted file mode 100644
index 004549fd27..0000000000
--- a/third_party/nix/misc/systemd/local.mk
+++ /dev/null
@@ -1,5 +0,0 @@
-ifeq ($(OS), Linux)
-
-  $(foreach n, nix-daemon.socket nix-daemon.service, $(eval $(call install-file-in, $(d)/$(n), $(prefix)/lib/systemd/system, 0644)))
-
-endif