about summary refs log tree commit diff
path: root/corepkgs/Makefile.new
blob: 5b500a679ae77d73f1f5e94da39f281b4a84b783 (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-file-in,$(datadir)/nix/corepkgs,$(d)/$(file))))

template_files += $(d)/config.nix