about summary refs log tree commit diff
path: root/corepkgs/local.mk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-01-30T11·11+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-01-30T11·11+0100
commite0234dfddc8343a6bca80ba6e6e93d083ce51a85 (patch)
treec7d85ccf88f723b97b384afa6936c60d7bb3e0df /corepkgs/local.mk
parent4a2ec9c6598aafb98e5495c2cf3a24e166668790 (diff)
Rename Makefile -> local.mk
Diffstat (limited to 'corepkgs/local.mk')
-rw-r--r--corepkgs/local.mk5
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