lix/corepkgs/local.mk

7 lines
184 B
Makefile
Raw Normal View History

2020-03-11 16:41:22 +01:00
corepkgs_FILES = \
fetchurl.nix
$(foreach file,config.nix $(corepkgs_FILES),$(eval $(call install-data-in,$(d)/$(file),$(datadir)/nix/corepkgs)))
2014-02-01 12:23:14 +01:00
template-files += $(d)/config.nix