about summary refs log tree commit diff
path: root/third_party/nix/corepkgs/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/corepkgs/local.mk')
-rw-r--r--third_party/nix/corepkgs/local.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/nix/corepkgs/local.mk b/third_party/nix/corepkgs/local.mk
new file mode 100644
index 0000000000..362c8eb612
--- /dev/null
+++ b/third_party/nix/corepkgs/local.mk
@@ -0,0 +1,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