1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

Pull nix-profile-daemon from 1.11

This commit is contained in:
Shea Levy 2017-10-16 14:51:39 -04:00
parent 1dd29d7aeb
commit 6a037a738a
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27
2 changed files with 55 additions and 0 deletions

View file

@ -8,5 +8,6 @@ noinst-scripts += $(nix_noinst_scripts)
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-daemon.sh, $(profiledir)/nix-daemon.sh, 0644))
clean-files += $(nix_noinst_scripts)