summary refs log tree commit diff stats
path: root/nix/.config/nixpkgs/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/.config/nixpkgs/config.nix')
-rw-r--r--nix/.config/nixpkgs/config.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/.config/nixpkgs/config.nix b/nix/.config/nixpkgs/config.nix
index dc4e40a..aa0112e 100644
--- a/nix/.config/nixpkgs/config.nix
+++ b/nix/.config/nixpkgs/config.nix
@@ -6,6 +6,8 @@
       emacs = if stdenv.isDarwin then emacs25Macport else emacs;
     };
     nodejs = pkgs.nodejs-8_x;
+
+    zr = super.callPackage ./zr.nix {};
   };
 
   allowUnfree = true;