mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 10:46:15 +02:00
8 lines
166 B
Makefile
8 lines
166 B
Makefile
|
ifdef HOST_LINUX
|
||
|
|
||
|
$(foreach n, nix-daemon.conf, $(eval $(call install-file-in, $(d)/$(n), $(sysconfdir)/init, 0644)))
|
||
|
|
||
|
clean-files += $(d)/nix-daemon.conf
|
||
|
|
||
|
endif
|