about summary refs log tree commit diff
path: root/third_party/nix/corepkgs/local.mk
blob: 362c8eb612eb8f7cf475a2362ed128065e402e2c (plain) (blame)
1
2
3
4
5
corepkgs_FILES = buildenv.nix 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