about summary refs log tree commit diff
path: root/corepkgs/local.mk
blob: 19c1d06962c098d851b6c967a1787ee29e12c581 (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