Merge branch 'master' of ssh://alanpearce.eu/dotfiles
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M nix/.config/nixpkgs/config.nix → nix/.config/nixpkgs/config.nix
@@ -10,6 +10,8 @@ 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;