about summary refs log tree commit diff
path: root/third_party/overlays/emacs.nix
blob: 99844a33e715deeeee919bb12f0746a0ac53190e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Emacs overlay from https://github.com/nix-community/emacs-overlay
{ ... }:

let
  # from 2020-05-26
  commit = "5df3462dda05d8e44669cf374776274e1bc47d0a";
  src = builtins.fetchTarball {
    url = "https://github.com/nix-community/emacs-overlay/archive/${commit}.tar.gz";
    sha256 = "0ggmkg4shf9948wpwb0s40bjvwijvhv2wykrkayclvp419kbrfxq";
  };
in import src