From 4ea742c3f710e16136ec36acc349e7e1cf45ca37 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 11 Aug 2016 11:51:18 +0200 Subject: Remove nar.nix This was only used by nix-push. --- corepkgs/local.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'corepkgs/local.mk') diff --git a/corepkgs/local.mk b/corepkgs/local.mk index 8ea66a7c3..362c8eb61 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))) -- cgit v1.2.3