forked from lix-project/lix
7 lines
184 B
Makefile
7 lines
184 B
Makefile
corepkgs_FILES = \
|
|
fetchurl.nix
|
|
|
|
$(foreach file,config.nix $(corepkgs_FILES),$(eval $(call install-data-in,$(d)/$(file),$(datadir)/nix/corepkgs)))
|
|
|
|
template-files += $(d)/config.nix
|