nix: Remove zr It stopped building successfully and I never started using it anyway
1 file changed, 0 insertions(+), 2 deletions(-)
changed files
M nix/.config/nixpkgs/config.nix → nix/.config/nixpkgs/config.nix
@@ -10,8 +10,6 @@ myEmacs = super.callPackage ./emacs.nix { emacs = if stdenv.isDarwin then emacs25Macport else emacs; }; nodejs = pkgsUnstable.nodejs-8_x; - - zr = super.callPackage ./zr.nix {}; }; allowUnfree = true;