about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/nix-daemon/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix-daemon/Makefile b/src/nix-daemon/Makefile
index f6bc9ea31c92..d02f9f6ce22d 100644
--- a/src/nix-daemon/Makefile
+++ b/src/nix-daemon/Makefile
@@ -5,3 +5,5 @@ nix-daemon_DIR := $(d)
 nix-daemon_SOURCES := $(d)/nix-daemon.cc
 
 nix-daemon_LIBS = libmain libstore libutil libformat
+
+$(eval $(call install-symlink, nix-daemon, $(bindir)/nix-worker))