mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 10:46:15 +02:00
67d231c046
This reverts commit619eeb658a
, reversing changes made to1af94bf471
.
7 lines
166 B
Makefile
7 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
|