9 lines
226 B
Makefile
9 lines
226 B
Makefile
corepkgs_FILES = \
|
|
unpack-channel.nix \
|
|
derivation.nix \
|
|
fetchurl.nix
|
|
|
|
$(foreach file,config.nix $(corepkgs_FILES),$(eval $(call install-data-in,$(d)/$(file),$(datadir)/nix/corepkgs)))
|
|
|
|
template-files += $(d)/config.nix
|