about summary refs log tree commit diff
path: root/third_party/nix/misc/systemd/local.mk
blob: 004549fd2776d164c9f44bad6ea5217cffe98ac0 (plain) (blame)
1
2
3
4
5
ifeq ($(OS), Linux)

  $(foreach n, nix-daemon.socket nix-daemon.service, $(eval $(call install-file-in, $(d)/$(n), $(prefix)/lib/systemd/system, 0644)))

endif