From cf5b88173b75052d63d81ed9a3200abc73179e86 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 13 Apr 2021 22:16:46 +0200 Subject: feat(3p/overlays): Add bleeding-edge Emacs overlay This adds adisbladis' Emacs overlay, which makes bleeding-edge functionality such as native compilation of Elisp available. Change-Id: I29861cb4da37bf8bf7fdb6fba5f2525c7a024356 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3002 Reviewed-by: adisbladis Tested-by: BuildkiteCI --- third_party/nixpkgs/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/nixpkgs') diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index 86e1f3b31f..345b61e2d4 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -58,5 +58,6 @@ in import nixpkgsSrc { stableOverlay depot.third_party.overlays.tvl depot.third_party.overlays.haskell + depot.third_party.overlays.emacs ]; } -- cgit 1.4.1