aboutsummaryrefslogtreecommitdiff
path: root/corepkgs/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'corepkgs/local.mk')
-rw-r--r--corepkgs/local.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/corepkgs/local.mk b/corepkgs/local.mk
index 1546b4ef3..0bc91cfab 100644
--- a/corepkgs/local.mk
+++ b/corepkgs/local.mk
@@ -1,6 +1,4 @@
corepkgs_FILES = \
fetchurl.nix
-$(foreach file,config.nix $(corepkgs_FILES),$(eval $(call install-data-in,$(d)/$(file),$(datadir)/nix/corepkgs)))
-
-template-files += $(d)/config.nix
+$(foreach file,$(corepkgs_FILES),$(eval $(call install-data-in,$(d)/$(file),$(datadir)/nix/corepkgs)))