aboutsummaryrefslogtreecommitdiff
path: root/corepkgs/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'corepkgs/local.mk')
-rw-r--r--corepkgs/local.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/corepkgs/local.mk b/corepkgs/local.mk
index 900781fdd..2c72d3a31 100644
--- a/corepkgs/local.mk
+++ b/corepkgs/local.mk
@@ -1,8 +1,7 @@
corepkgs_FILES = \
unpack-channel.nix \
derivation.nix \
- fetchurl.nix \
- call-flake.nix
+ fetchurl.nix
$(foreach file,config.nix $(corepkgs_FILES),$(eval $(call install-data-in,$(d)/$(file),$(datadir)/nix/corepkgs)))