about summary refs log tree commit diff
path: root/third_party/nix/misc/launchd/local.mk
blob: 0ba722efbf193e9bd70dbaeb84dfceea1ea9416e (plain) (blame)
1
2
3
4
5
ifeq ($(OS), Darwin)

  $(eval $(call install-data-in, $(d)/org.nixos.nix-daemon.plist, $(prefix)/Library/LaunchDaemons))

endif