about summary refs log tree commit diff
path: root/corepkgs/local.mk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-08-11T09·51+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-08-11T15·12+0200
commit4ea742c3f710e16136ec36acc349e7e1cf45ca37 (patch)
tree46d5c9baafb066f0461bf11f71739628ecf39a59 /corepkgs/local.mk
parent0edc84a8f903cbdd54a9fa16df299e6cdfddf219 (diff)
Remove nar.nix
This was only used by nix-push.
Diffstat (limited to 'corepkgs/local.mk')
-rw-r--r--corepkgs/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/local.mk b/corepkgs/local.mk
index 8ea66a7c3e2f..362c8eb612eb 100644
--- a/corepkgs/local.mk
+++ b/corepkgs/local.mk
@@ -1,4 +1,4 @@
-corepkgs_FILES = nar.nix buildenv.nix unpack-channel.nix derivation.nix fetchurl.nix imported-drv-to-derivation.nix
+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)))