mirror of
https://github.com/NixOS/nix.git
synced 2025-02-17 01:12:33 +00:00
8 lines
169 B
Makefile
8 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
|