blob: 2c72d3a3199fa64ed2aee869cde29e23ec9c6881 (
plain)
1
2
3
4
5
6
7
8
|
corepkgs_FILES = \
unpack-channel.nix \
derivation.nix \
fetchurl.nix
$(foreach file,config.nix $(corepkgs_FILES),$(eval $(call install-data-in,$(d)/$(file),$(datadir)/nix/corepkgs)))
template-files += $(d)/config.nix
|