mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
5 lines
130 B
Makefile
5 lines
130 B
Makefile
ifeq ($(OS), Linux)
|
|
|
|
$(foreach n, nix-daemon.conf, $(eval $(call install-file-in, $(d)/$(n), $(sysconfdir)/init, 0644)))
|
|
|
|
endif
|