From 5b725a3f825cffbdde7d981a0b88970cbf2764cd Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 16 Nov 2017 16:06:31 +0100 Subject: nix: Remove zr It stopped building successfully and I never started using it anyway --- nix/.config/nixpkgs/config.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'nix/.config/nixpkgs/config.nix') diff --git a/nix/.config/nixpkgs/config.nix b/nix/.config/nixpkgs/config.nix index ea6ae1a..11d704a 100644 --- a/nix/.config/nixpkgs/config.nix +++ b/nix/.config/nixpkgs/config.nix @@ -10,8 +10,6 @@ emacs = if stdenv.isDarwin then emacs25Macport else emacs; }; nodejs = pkgsUnstable.nodejs-8_x; - - zr = super.callPackage ./zr.nix {}; }; allowUnfree = true; -- cgit 1.4.1