aboutsummaryrefslogtreecommitdiff
path: root/scripts/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/local.mk')
-rw-r--r--scripts/local.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/local.mk b/scripts/local.mk
index cf2288bb6..46255e432 100644
--- a/scripts/local.mk
+++ b/scripts/local.mk
@@ -7,5 +7,7 @@ profiledir = $(sysconfdir)/profile.d
$(eval $(call install-file-as, $(d)/nix-profile.sh, $(profiledir)/nix.sh, 0644))
$(eval $(call install-file-as, $(d)/nix-profile.fish, $(profiledir)/nix.fish, 0644))
+$(eval $(call install-file-as, $(d)/nix-profile-daemon.sh, $(profiledir)/nix-daemon.sh, 0644))
+$(eval $(call install-file-as, $(d)/nix-profile-daemon.fish, $(profiledir)/nix-daemon.fish, 0644))
clean-files += $(nix_noinst_scripts)