2018-11-29 19:18:36 +01:00
|
|
|
corepkgs_FILES = \
|
|
|
|
unpack-channel.nix \
|
|
|
|
derivation.nix \
|
2020-03-11 16:34:46 +01: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 12:23:14 +01:00
|
|
|
template-files += $(d)/config.nix
|