about summary refs log tree commit diff
path: root/third_party/overlays/emacs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/overlays/emacs.nix')
-rw-r--r--third_party/overlays/emacs.nix12
1 files changed, 2 insertions, 10 deletions
diff --git a/third_party/overlays/emacs.nix b/third_party/overlays/emacs.nix
index 1dba4a7393..341feb5015 100644
--- a/third_party/overlays/emacs.nix
+++ b/third_party/overlays/emacs.nix
@@ -1,12 +1,4 @@
 # Emacs overlay from https://github.com/nix-community/emacs-overlay
-{ ... }:
+{ depot, ... }:
 
-let
-  # from 2022-01-04
-  commit = "a463c3bcbb04b4b744a259587081786ded8fd5b5";
-  src = builtins.fetchTarball {
-    url = "https://github.com/nix-community/emacs-overlay/archive/${commit}.tar.gz";
-    sha256 = "1b7rmshf1wc9wcml7jlzggdzilj644brk5m49fry6lv53vqmykjq";
-  };
-in
-import src
+import depot.third_party.sources.emacs-overlay