about summary refs log tree commit diff
path: root/third_party/overlays/emacs.nix
blob: 43155d81b078a003f1fd5f0caa88163527a07db7 (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 2021-10-10
  commit = "de51ad003df13d41a1107a1ed766eb226ef9382c";
  src = builtins.fetchTarball {
    url = "https://github.com/nix-community/emacs-overlay/archive/${commit}.tar.gz";
    sha256 = "1spfd7wx7lz48kk7cs91gjx6zhvlliqc6376rxkc4idfb0q43xih";
  };
in import src