about summary refs log tree commit diff
path: root/corepkgs/Makefile
blob: a04e3e3fbc1d820483f6bf2802957b73f03f26be (plain) (blame)
1
2
3
4
5
corepkgs_FILES = nar.nix buildenv.nix buildenv.pl unpack-channel.nix derivation.nix fetchurl.nix imported-drv-to-derivation.nix

$(foreach file,config.nix $(corepkgs_FILES),$(eval $(call install-data-in,$(d)/$(file),$(datadir)/nix/corepkgs)))

template_files += $(d)/config.nix