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