diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-30T11·11+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-30T11·11+0100 |
commit | e0234dfddc8343a6bca80ba6e6e93d083ce51a85 (patch) | |
tree | c7d85ccf88f723b97b384afa6936c60d7bb3e0df /corepkgs/local.mk | |
parent | 4a2ec9c6598aafb98e5495c2cf3a24e166668790 (diff) |
Rename Makefile -> local.mk
Diffstat (limited to 'corepkgs/local.mk')
-rw-r--r-- | corepkgs/local.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/corepkgs/local.mk b/corepkgs/local.mk new file mode 100644 index 000000000000..a04e3e3fbc1d --- /dev/null +++ b/corepkgs/local.mk @@ -0,0 +1,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 |