mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 20:46:01 +01:00
5 lines
161 B
Makefile
5 lines
161 B
Makefile
ifeq ($(OS), Linux)
|
|
|
|
$(foreach n, nix-daemon.socket nix-daemon.service, $(eval $(call install-file-in, $(d)/$(n), $(prefix)/lib/systemd/system, 0644)))
|
|
|
|
endif
|