all repos — archive/dotfiles @ 5b725a3f825cffbdde7d981a0b88970cbf2764cd

Superseded by nixfiles

nix: Remove zr It stopped building successfully and I never started using it anyway

Alan Pearce
commit

5b725a3f825cffbdde7d981a0b88970cbf2764cd

parent

9470fce5ce8d5871ecf7a305219f8e113b34ba8d

1 file changed, 0 insertions(+), 2 deletions(-)

changed files
M nix/.config/nixpkgs/config.nixnix/.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;