tvl-depot/third_party/overlays/emacs.nix
Vincent Ambo a4243c900a chore(3p/overlays): Bump Emacs overlay to 2021-08-11
Maybe this one will include a fixed telega.el?

Change-Id: I0de2dafdc8e5b82ed1174e83023cd96fab5f190e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3300
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
2021-08-11 10:59:22 +00:00

11 lines
362 B
Nix

# Emacs overlay from https://github.com/nix-community/emacs-overlay
{ ... }:
let
# from 2021-08-11
commit = "3fbe6cf3459cf955e188444b68f085f7a45b6ffa";
src = builtins.fetchTarball {
url = "https://github.com/nix-community/emacs-overlay/archive/${commit}.tar.gz";
sha256 = "0hm7lkqxh08nq074fgn0naqr6lg12qqxwsr3i4wpvdskmdbhb5i5";
};
in import src