2018-11-29 18:18:36 +00:00
|
|
|
corepkgs_FILES = \
|
|
|
|
unpack-channel.nix \
|
|
|
|
derivation.nix \
|
2020-03-11 15:34:46 +00:00
|
|
|
fetchurl.nix
|
2013-11-25 08:55:19 +00:00
|
|
|
|
2013-11-25 15:05:56 +00:00
|
|
|
$(foreach file,config.nix $(corepkgs_FILES),$(eval $(call install-data-in,$(d)/$(file),$(datadir)/nix/corepkgs)))
|
2013-11-25 10:16:07 +00:00
|
|
|
|
2014-02-01 11:23:14 +00:00
|
|
|
template-files += $(d)/config.nix
|