all repos — nixfiles @ fe8325f31f7291c45ec98f9c0d92f6269f0a2342

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

Emacs: use emacs-nix overlay for more up-to-date packages
Alan Pearce alan@alanpearce.eu
Fri, 31 Jan 2020 13:28:20 +0100
commit

fe8325f31f7291c45ec98f9c0d92f6269f0a2342

parent

e8f3931738c8d893c659b559d4f4626f18e64644

1 files changed, 6 insertions(+), 0 deletions(-)

jump to
M user/settings/emacs.nixuser/settings/emacs.nix
@@ -34,6 +34,12 @@ {   imports = [
     ../modules/eshell.nix
   ];
+  nixpkgs.overlays = [
+    (import (builtins.fetchTarball {
+      url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
+    }))
+  ];
+
   programs.emacs = {
     enable = true;
     eshell = {