all repos — nixfiles @ a0a7165e84f03b801f6bc3f3d530daedca26d955

System and user configuration, managed by nix and home-manager

Merge branch 'master' of ssh://alanpearce.eu/dotfiles

Alan Pearce
commit

a0a7165e84f03b801f6bc3f3d530daedca26d955

parent

b8c5076a55617afa69abaee532948666b0c849b8

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

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